Class FeatureAttributeCollection

FeatureAttributeCollection class

AFeatureAttributeCollectionで使用できる属性を定義します。Feature .

public sealed class FeatureAttributeCollection : IEnumerable<FeatureAttribute>

プロパティ

名前説明
Count { get; }内の属性の数を取得しますFeature .
IsLocked { get; }この属性コレクションがロックされているかどうかを示す値を取得します。
Item { get; set; }を取得または設定しますFeatureAttribute指定されたインデックスで.
Item { get; }を取得または設定しますFeatureAttribute指定された名前で.

メソッド

名前説明
Add(FeatureAttribute)コレクションに属性を追加します。
Contains(string)属性コレクションに、指定された名前の属性が含まれているかどうかを判別します.
GetEnumerator()コレクションを反復処理する列挙子を返します。
IndexOf(string)属性を検索し、ゼロから始まるインデックスを返します。
Lock()この属性コレクションをロックして、それ以上の変更を防ぎます。
Remove(int)コレクションから属性を削除します。
Remove(string)コレクションから属性を削除します。

関連項目