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[ ] [ [ ], 는 int)

이 컬렉션의 요소를 지정된 라인으로 복사하여 지정된 라인 인덱스에서 시작합니다.

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

Parameters

array ExtendedAttribute [ ] [ [ ]

특정 한 차원 레이어를 복사하기 위해 요소를

arrayIndex int

복사가 시작되는 지정된 범위의 0 기반 지수.

GetEnumerator()

이 컬렉션에 대한 번호를 반환합니다.

public IEnumerator<extendedattribute> GetEnumerator()

Returns

IEnumerator &lt에 대한 정보 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

항목을 입력해야 하는 지정된 0 기반 지수.

item ExtendedAttribute

이 컬렉션에 넣어야 할 지정된 항목.

Remove(ExtendedAttribute)

이 컬렉션에서 특정 개체의 첫 출현을 제거합니다.

public bool Remove(ExtendedAttribute item)

Parameters

item ExtendedAttribute

제거하려는 지정된 물건.

Returns

bool

이 컬렉션에서 지정된 개체가 성공적으로 제거되었을 경우 사실; 그렇지 않으면 가짜.

RemoveAt(이트)

지정된 인덱스에 있는 항목을 제거합니다.

public void RemoveAt(int index)

Parameters

index int

지정된 0 기반 인덱스에서 항목을 제거합니다.

 한국어