IBehaviorPropertyCollection

IBehaviorPropertyCollection 接口

表示效果行为的定时属性。

public interface IBehaviorPropertyCollection : IList<IBehaviorProperty>  

属性

名称描述
AsIEnumerable { get; }返回 IEnumerable 接口。只读 IEnumerable。

方法

名称描述
Add(string)向集合中添加一个新属性。
Contains(string)确定 ICollection 是否包含特定值。
IndexOf(string)通过属性值确定 IList 中特定项的索引。
Insert(int, string)在指定索引处向集合中插入一个新属性(具有指定的属性值)。
Remove(string)从集合中删除指定属性。

另见