IBehaviorPropertyCollection

IBehaviorPropertyCollection interface

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

public interface IBehaviorPropertyCollection : IList<IBehaviorProperty>

特性

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

方法

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

也可以看看