Class FeatureAttributeCollection

FeatureAttributeCollection class

一个FeatureAttributeCollection定义哪些属性可用于Feature.

public sealed class FeatureAttributeCollection : IEnumerable<FeatureAttribute>

特性

姓名描述
Count { get; }获取a中的属性个数Feature.
IsLocked { get; }获取一个值,指示此属性集合是否被锁定。
Item { get; set; }获取或设置FeatureAttribute在指定的索引处.
Item { get; }获取或设置FeatureAttribute具有指定名称.

方法

姓名描述
Add(FeatureAttribute)向集合中添加一个属性。
Contains(string)确定属性集合是否包含具有指定名称的属性。
GetEnumerator()返回循环访问集合的枚举器。
IndexOf(string)搜索属性并返回其从零开始的索引。
Lock()锁定此属性集合以防止进一步修改。
Remove(int)从集合中删除属性。
Remove(string)从集合中删除属性。

也可以看看