Class ExtendedAttributeCollection

Class ExtendedAttributeCollection

名称: Aspose.Tasks 合計: Aspose.Tasks.dll (25.4.0)

Aspose.Tasks.ExtendedAttribute オブジェクトのコレクションを表しています。

public class ExtendedAttributeCollection : IList<extendedattribute>, ICollection<extendedattribute>, IEnumerable<extendedattribute>, IEnumerable

Inheritance

object ExtendedAttributeCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Count

このコレクションに含まれる要素の数を取得します。

public int Count { get; }

不動産価値

int

IsReadOnly

このコレクションが単に読み取られているかどうかを示す価値を得る; そうでなければ、偽物です。

public bool IsReadOnly { get; }

不動産価値

bool

この[インタ]

指定されたインデックスに元素を取得または設定します。

public ExtendedAttribute this[int index] { get; set; }

不動産価値

ExtendedAttribute

Methods

Add(ExtendedAttribute)

このコレクションに指定された項目を追加します。

public void Add(ExtendedAttribute item)

Parameters

item ExtendedAttribute

このコレクションに追加するために指定された項目。

Clear()

このコレクションからすべての項目を削除します。

public void Clear()

Contains(ExtendedAttribute)

このコレクションで指定されたアイテムが見つかる場合に真実を返します; そうでなければ、偽物です。

public bool Contains(ExtendedAttribute item)

Parameters

item ExtendedAttribute

見つけるべき特定の項目

Returns

bool

このコレクションに指定された項目が含まれている場合の真実; そうでなければ、偽物。

CopyTo(ExtendedAttribute( ), インタ)

このコレクションの要素を指定された範囲にコピーし、指定された範囲指数から始まります。

public void CopyTo(ExtendedAttribute[] array, int arrayIndex)

Parameters

array ExtendedAttribute ( )

特定の1次元の順序をコピーするための要素

arrayIndex int

コピーが始まる指定順序のゼロベースインデックス。

GetEnumerator()

このコレクションのためのリストを返します。

public IEnumerator<extendedattribute> GetEnumerator()

Returns

IEnumerator < ExtendedAttribute >

このコレクションのリストです。

IndexOf(ExtendedAttribute)

このコレクションで指定されたアイテムのインデックスを決定します。

public int IndexOf(ExtendedAttribute item)

Parameters

item ExtendedAttribute

このコレクションに指定される項目。

Returns

int

特定の項目のインデックスが発見された場合、そうでなければ、 -1.

Insert(拡大、拡大)

指定された項目を指定されたインデックスに挿入します。

public void Insert(int index, ExtendedAttribute item)

Parameters

index int

項目を入力する必要がある指定ゼロベースの指数。

item ExtendedAttribute

このコレクションに挿入するために指定された項目。

Remove(ExtendedAttribute)

このコレクションから特定のオブジェクトの最初の出現を削除します。

public bool Remove(ExtendedAttribute item)

Parameters

item ExtendedAttribute

削除するために指定されたオブジェクト

Returns

bool

このコレクションから指定されたオブジェクトが成功して削除された場合の真実; そうでなければ、偽物。

RemoveAt(インタ)

指定インデックスの項目を削除します。

public void RemoveAt(int index)

Parameters

index int

指定したゼロベースのインデックスで、項目を削除します。

 日本語