UnknownXmlElementCollection Members

Include Protected Members
Include Inherited Members

Contains the XML elements that were not mapped to a property on the Web Part during import.

The UnknownXmlElementCollection type exposes the following members.

Constructors

  Name Description
Public method UnknownXmlElementCollection Initializes a new instance of the UnknownXmlElementCollection class.

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsSynchronized Gets a value indicating whether access to the collection is synchronized.
Public property Item Gets an element in the collection based on the value of index.
Protected property List (Inherited from CollectionBase.)
Public property SyncRoot Gets the object that is used to synchronize access to the collection.

Top

Methods

  Name Description
Public method Add Used to add properties as serialized XML elements to the Web Part description file (.dwp) of a Web Part.
Public method Clear (Inherited from CollectionBase.)
Public method CopyTo Copies the items in the collection to an array starting at the index that is passed.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Provides support for iterating over the elements in UnknownXmlElementCollection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Insert Adds an item to the specified location in the collection.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from CollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method Remove Removes the first occurrence of a specific value in e from the collection.
Public method RemoveAt (Inherited from CollectionBase.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See Also

Reference

UnknownXmlElementCollection Class

Microsoft.SharePoint.WebPartPages Namespace