Share via


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

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

UnknownXmlElementCollection Members

Microsoft.SharePoint.WebPartPages Namespace