BehaviorPropertyCollection Methods

The BehaviorPropertyCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds a new property to the collection.
Public methodAdd(IBehaviorProperty)
Adds a new property to the collection.
Public methodClear
Removes all properties from the collection.
Public methodContains(String)
Public methodContains(IBehaviorProperty)
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)
Public methodIndexOf(IBehaviorProperty)
Public methodInsert(Int32, IBehaviorProperty)
Inserts a new property to the collection at the specified index.
Public methodInsert(Int32, String)
Inserts a new property (with the specified property value) to the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)
Removes specified property from the collection.
Public methodRemove(IBehaviorProperty)
Removes specified property from the collection.
Public methodRemoveAt
Removes property at the specified index.
Public methodToString (Inherited from Object.)
See Also