Class SplitPartCollection

Class SplitPartCollection

Tên không gian: Aspose.Tasks Tổng hợp: Aspose.Tasks.dll (25.4.0)

Bộ sưu tập đại diện cho các phần của một nhiệm vụ.

public class SplitPartCollection : IList<splitpart>, ICollection<splitpart>, IEnumerable<splitpart>, IEnumerable

Inheritance

object SplitPartCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

Thành viên thừa kế

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

Properties

Count

Nhận số lượng các bộ phận trong bộ sưu tập.

public int Count { get; }

Giá trị bất động sản

int

cái này[int]

Quay lại phần chia của một nhiệm vụ vào chỉ số cụ thể.

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

Giá trị bất động sản

SplitPart

Remarks

Chỉ số là dựa trên zero. Returns null if the index is outside the array’s boundaries.

Methods

GetEnumerator()

Quay lại một danh sách cho bộ sưu tập này.

public IEnumerator<splitpart> GetEnumerator()

Returns

IEnumerator < SplitPart >

Một danh sách cho bộ sưu tập này.

ToArray()

Sao chép tất cả các bộ phận từ bộ sưu tập sang một hàng mới.

public SplitPart[] ToArray()

Returns

SplitPart [ ]

Một loạt các đối tượng Aspose.Tasks.SplitPart.

 Tiếng Việt