UnknownXmlElementCollection.Add method
用來將屬性為已序列化的 XML 項目加入至網頁組件檔案 (.dwp) 的網頁組件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Add ( _
e As XmlElement _
)
'用途
Dim instance As UnknownXmlElementCollection
Dim e As XmlElement
instance.Add(e)
public void Add(
XmlElement e
)
參數
e
Type: System.Xml.XmlElement包含未對應的 XML 項目。
請參閱
參照
UnknownXmlElementCollection class