IBehaviorPropertyCollection Methods |
The IBehaviorPropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(String) |
Adds a new property to the collection.
|
![]() | Add(T) | (Inherited from ICollectionIBehaviorProperty.) |
![]() | Clear | (Inherited from ICollectionIBehaviorProperty.) |
![]() | Contains(String) |
Determines whether the ICollectionT contains a specific value.
|
![]() | Contains(T) | (Inherited from ICollectionIBehaviorProperty.) |
![]() | CopyTo | (Inherited from ICollectionIBehaviorProperty.) |
![]() | GetEnumerator | (Inherited from IEnumerableIBehaviorProperty.) |
![]() | IndexOf(String) |
Determines the index of a specific item by property value in the IListT.
|
![]() | IndexOf(T) | (Inherited from IListIBehaviorProperty.) |
![]() | Insert(Int32, T) | (Inherited from IListIBehaviorProperty.) |
![]() | Insert(Int32, String) |
Inserts a new property (with the specified property value) to the collection at the specified index.
|
![]() | Remove(String) |
Removes specified property from the collection.
|
![]() | Remove(T) | (Inherited from ICollectionIBehaviorProperty.) |
![]() | RemoveAt | (Inherited from IListIBehaviorProperty.) |