The following tables list the members exposed by PlaceHolderCollection.
| Name | Description | |
|---|---|---|
|
PlaceHolderCollection Constructor |
| Name | Description | |
|---|---|---|
|
Capacity | (Inherited from System.Collections.CollectionBase) |
|
Count | (Inherited from System.Collections.CollectionBase) |
|
Item | Overloaded. |
| Name | Description | |
|---|---|---|
|
InnerList | (Inherited from System.Collections.CollectionBase) |
|
List | (Inherited from System.Collections.CollectionBase) |
| Name | Description | |
|---|---|---|
|
Add | Add the specified PlaceHolder to the collection. This will set the Owner property of the PlaceHolder. |
|
Clear | (Inherited from System.Collections.CollectionBase) |
|
Contains | Overloaded. Determines whether the PlaceHolder is in the collection. |
|
GetEnumerator | (Inherited from System.Collections.CollectionBase) |
|
IndexOf | Overloaded. |
|
Remove | Removes the specified PlaceHolder from the collection. This will set the Owner property of the item to null. |
|
RemoveAt | Removes the specified PlaceHolder from the collection. This will set the Owner property of the PlaceHolder to null. |
| Name | Description | |
|---|---|---|
|
OnClear | (Inherited from System.Collections.CollectionBase) |
|
OnClearComplete | (Inherited from System.Collections.CollectionBase) |
|
OnInsert | (Inherited from System.Collections.CollectionBase) |
|
OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
|
OnRemove | (Inherited from System.Collections.CollectionBase) |
|
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
|
OnSet | (Inherited from System.Collections.CollectionBase) |
|
OnSetComplete | (Inherited from System.Collections.CollectionBase) |
|
OnValidate | (Inherited from System.Collections.CollectionBase) |