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 | |
---|---|---|
UnknownXmlElementCollection | Initializes a new instance of the UnknownXmlElementCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized. | |
Item | Gets an element in the collection based on the value of index. | |
List | (Inherited from CollectionBase.) | |
SyncRoot | Gets the object that is used to synchronize access to the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Used to add properties as serialized XML elements to the Web Part description file (.dwp) of a Web Part. | |
Clear | (Inherited from CollectionBase.) | |
CopyTo | Copies the items in the collection to an array starting at the index that is passed. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Provides support for iterating over the elements in UnknownXmlElementCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Insert | Adds an item to the specified location in the collection. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove | Removes the first occurrence of a specific value in e from the collection. | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top