BehaviorPropertyCollection Methods |
The BehaviorPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(String) |
Adds a new property to the collection.
| |
| Add(IBehaviorProperty) |
Adds a new property to the collection.
| |
| Clear |
Removes all properties from the collection.
| |
| Contains(String) |
Determines whether the ICollectionT contains a specific value.
| |
| Contains(IBehaviorProperty) |
Determines whether the ICollectionT contains a specific value.
| |
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf(String) |
Determines the index of a specific item by property value in the IListT.
| |
| IndexOf(IBehaviorProperty) |
Determines the index of a specific item in the IListT.
| |
| Insert(Int32, IBehaviorProperty) |
Inserts a new property to the collection at the specified index.
| |
| Insert(Int32, String) |
Inserts a new property (with the specified property value) to the collection at the specified index.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(String) |
Removes specified property from the collection.
| |
| Remove(IBehaviorProperty) |
Removes specified property from the collection.
| |
| RemoveAt |
Removes property at the specified index.
| |
| ToString | (Inherited from Object.) |