UnknownXmlElementCollection Class
Contains the XML elements that were not mapped to a property on the Web Part during import.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Class UnknownXmlElementCollection _
Inherits CollectionBase
'Usage
Dim instance As UnknownXmlElementCollection
public class UnknownXmlElementCollection : CollectionBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.