BehaviorCollection

BehaviorCollection class

表示行为效果的集合。

public class BehaviorCollection : IBehaviorCollection

特性

姓名描述
Count { get; }返回集合中的行为数。 只读Int32。
IsReadOnly { get; }获取一个值,该值指示ICollection是否为只读。 只读Boolean。
Item { get; set; }退出指定索引处的行为。

方法

姓名描述
Add(IBehavior)向集合添加新行为。
Clear()从集合中删除所有行为。
Contains(IBehavior)确定ICollection是否包含特定值。
CopyTo(IBehavior[], int)将ICollection的元素复制到System。Array,从特定的Array索引开始。
GetEnumerator()返回一个遍历集合的枚举器。
IndexOf(IBehavior)确定IList中特定项目的索引。
Insert(int, IBehavior)将新行为插入到指定索引处的集合中。
Remove(IBehavior)从集合中删除指定的行为。
RemoveAt(int)从指定索引处的集合中删除行为。

也可以看看