FeatureAttributeCollection.Item

FeatureAttributeCollection indexer (1 of 2)

を取得または設定しますFeatureAttribute指定されたインデックスで.

public FeatureAttribute this[int index] { get; set; }
パラメータ説明
index取得または設定する属性のゼロから始まるインデックス。

戻り値

指定されたインデックスの属性。

例外

例外調子
ArgumentOutOfRangeExceptionインデックスが範囲外です。
InvalidOperationExceptionロックされたコレクションを変更しようとしています。

関連項目


FeatureAttributeCollection indexer (2 of 2)

を取得または設定しますFeatureAttribute指定された名前で.

public FeatureAttribute this[string name] { get; }
パラメータ説明
name属性の名前。

戻り値

指定された名前の属性、またはnull見つからない場合。

例外

例外調子
ArgumentNullException属性名はnull.

関連項目