IBehaviorCollection

IBehaviorCollection interface

表示行为效果的集合。

public interface IBehaviorCollection : IEnumerable<IBehavior>

特性

姓名描述
AsIEnumerable { get; }返回 IEnumerable 接口。 只读IEnumerable。
Count { get; }返回集合中的行为数。 只读Int32。
Item { get; set; }返回指定索引处的行为。

方法

姓名描述
Add(IBehavior)向集合添加新行为。
Clear()从集合中删除所有行为。
Contains(IBehavior)确定ICollection是否包含特定值。
IndexOf(IBehavior)确定IList中特定项目的索引。
Insert(int, IBehavior)将新行为插入到指定索引处的集合中。
Remove(IBehavior)从集合中删除指定的行为。
RemoveAt(int)从指定索引处的集合中删除行为。

也可以看看