Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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