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)
Available in Sandboxed Solutions: No
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
e
Type: System.Xml.XmlElementContains the unmapped XML element.
See Also
Reference
UnknownXmlElementCollection Class