[This is preliminary documentation and is subject to change.]
The MasterPageCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an existing MasterPage to the end of this collection.
| |
| AddRange(array<MasterPage>[]()[][]) |
Adds all elements of an existing MasterPage array to the end of this collection.
| |
| AddRange(MasterPageCollection) |
Adds all elements of an existing MasterPageCollection to the end of this collection.
| |
| Clear |
Clears this collection.
| |
| Contains |
Determines whether a MasterPage is in this collection.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Returns the zero-based index of a given MasterPage.
| |
| Insert |
Inserts a MasterPage at the specified index.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes a MasterPage from this collection.
| |
| RemoveAt |
Removes a MasterPage at the given index from this collection.
| |
| ToString | (Inherited from Object.) |