共用方式為


UnknownXmlElementCollection.Remove method

從集合移除在e中的特定值的第一個項目。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub Remove ( _
    e As XmlElement _
)
'用途
Dim instance As UnknownXmlElementCollection
Dim e As XmlElement

instance.Remove(e)
public void Remove(
    XmlElement e
)

參數

備註

Remove方法會移除唯一指定之項目的第一個項目。允許重複的項目集合中。

請參閱

參照

UnknownXmlElementCollection class

UnknownXmlElementCollection members

Microsoft.SharePoint.WebPartPages namespace