UnknownXmlElementCollection.Remove Method
Removes the first occurrence of a specific value in e from the collection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Remove ( _
e As XmlElement _
)
'Usage
Dim instance As UnknownXmlElementCollection
Dim e As XmlElement
instance.Remove(e)
public void Remove(
XmlElement e
)
Parameters
e
Type: System.Xml.XmlElementContains the name or index of the element to remove from the collection.
Remarks
The Remove method removes the only the first occurrence of the specified element. Duplicate elements are allowed in the collection.
See Also
Reference
UnknownXmlElementCollection Class