IBehaviorPropertyCollection

IBehaviorPropertyCollection 接口

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

public interface IBehaviorPropertyCollection : IList<IBehaviorProperty>

属性

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

方法

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

另请参阅