FeatureAttributeCollection.Add

FeatureAttributeCollection.Add method

コレクションに属性を追加します。

public void Add(FeatureAttribute attribute)
パラメータタイプ説明
attributeFeatureAttribute追加する属性。

例外

例外調子
ArgumentNullException属性はnull.
InvalidOperationExceptionコレクションはロックされています。
ArgumentException同じ名前の属性がコレクションに既に存在します。

関連項目