CDataSectionElementsCollection.Remove Method (XmlQualifiedName)CDataSectionElementsCollection.Remove Method (XmlQualifiedName)CDataSectionElementsCollection::Remove Method (XmlQualifiedName^)

Syntax

Public Function Remove( _
    item As System.Xml.XmlQualifiedName _
) As Boolean
public bool Remove(
    System.Xml.XmlQualifiedName item
)
public:
virtual bool Remove(
    System.Xml::XmlQualifiedName^ item
) sealed
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the qualified name was removed, or falseFalsefalse if no such name exists in the collection.