CollectionViewGroup.ProtectedItemCount 속성

정의

이 그룹 아래 하위 트리에 있는 항목의 수를 가져오거나 설정합니다.

protected:
 property int ProtectedItemCount { int get(); void set(int value); };
protected int ProtectedItemCount { get; set; }
member this.ProtectedItemCount : int with get, set
Protected Property ProtectedItemCount As Integer

속성 값

Int32

이 그룹 아래 하위 트리에 있는 항목(리프) 수입니다.

설명

Count;을 변경 하려면이 속성을 사용 하는 서브 클래스 변경 내용이 반영 된 ItemCount 속성입니다.

적용 대상