IBehaviorPropertyCollection Methods

The IBehaviorPropertyCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds a new property to the collection.
Public methodAdd(T) (Inherited from ICollectionIBehaviorProperty.)
Public methodClear (Inherited from ICollectionIBehaviorProperty.)
Public methodContains(String)
Public methodContains(T) (Inherited from ICollectionIBehaviorProperty.)
Public methodCopyTo (Inherited from ICollectionIBehaviorProperty.)
Public methodGetEnumerator (Inherited from IEnumerableIBehaviorProperty.)
Public methodIndexOf(String)
Public methodIndexOf(T) (Inherited from IListIBehaviorProperty.)
Public methodInsert(Int32, T) (Inherited from IListIBehaviorProperty.)
Public methodInsert(Int32, String)
Inserts a new property (with the specified property value) to the collection at the specified index.
Public methodRemove(String)
Removes specified property from the collection.
Public methodRemove(T) (Inherited from ICollectionIBehaviorProperty.)
Public methodRemoveAt (Inherited from IListIBehaviorProperty.)
See Also