Share via


UnknownXmlElementCollection.Add method

Used to add properties as serialized XML elements to the Web Part description file (.dwp) of a Web Part.

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

Syntax

'Declaration
Public Sub Add ( _
    e As XmlElement _
)
'Usage
Dim instance As UnknownXmlElementCollection
Dim e As XmlElement

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

Parameters

See also

Reference

UnknownXmlElementCollection class

UnknownXmlElementCollection members

Microsoft.SharePoint.WebPartPages namespace