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

Removes the specified qualified name from the current XmlQualifiedNameCollectionXmlQualifiedNameCollectionXmlQualifiedNameCollection.

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.