다음을 통해 공유


ItemsSourceView.Count 속성

정의

컬렉션의 항목 수를 가져옵니다.

public:
 property int Count { int get(); };
int Count();
public int Count { get; }
var int32 = itemsSourceView.count;
Public ReadOnly Property Count As Integer

속성 값

Int32

int

컬렉션의 항목 수입니다.

적용 대상