ExtendedAttributeDefinitionCollection

ExtendedAttributeDefinitionCollection class

のコレクションを表しますExtendedAttributeDefinitionオブジェクト.

public class ExtendedAttributeDefinitionCollection : IList<ExtendedAttributeDefinition>

プロパティ

名前説明
Count { get; }このコレクションに含まれる要素の数を取得します。
IsReadOnly { get; }このコレクションが読み取り専用かどうかを示す値を取得します。
Item { get; set; }指定されたインデックスの要素を返すか、設定します.
ParentProject { get; }の親プロジェクトを取得しますExtendedAttributeDefinitionCollectionインスタンス. このコレクションの親プロジェクトを返します。

メソッド

名前説明
Add(ExtendedAttributeDefinition)指定されたアイテムをこのコレクションに追加します。
Clear()このコレクションからすべてのアイテムを削除します。
Contains(ExtendedAttributeDefinition)指定された項目がこのコレクション内にある場合は true を返します。それ以外の場合は false.
CopyTo(ExtendedAttributeDefinition[], int)このコレクションの要素を、指定された配列インデックスから開始して、指定された配列にコピーします。
GetById(int)id による拡張属性定義を返します
GetEnumerator()このコレクションの列挙子を返します。
IndexOf(ExtendedAttributeDefinition)このコレクション内の指定された項目のインデックスを決定します。
Insert(int, ExtendedAttributeDefinition)指定された項目を指定されたインデックスに挿入します。
Remove(ExtendedAttributeDefinition)このコレクションから特定のオブジェクトの最初の出現を削除します.
RemoveAt(int)指定されたインデックスの項目を削除します。
ToList()この ExtendedAttributeDefinitionCollection オブジェクトを、ExtendedAttributeDefinitionclass.

関連項目