共用方式為


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
)

參數

請參閱

參照

UnknownXmlElementCollection class

UnknownXmlElementCollection members

Microsoft.SharePoint.WebPartPages namespace