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
)
參數
e
Type: System.Xml.XmlElement包含名稱或要從集合中移除之項目的索引。
備註
Remove方法會移除唯一指定之項目的第一個項目。允許重複的項目集合中。
請參閱
參照
UnknownXmlElementCollection class