ItemCollection.IsEmpty 속성

정의

필터링된 결과 뷰가 비어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsEmpty { bool get(); };
public override bool IsEmpty { get; }
member this.IsEmpty : bool
Public Overrides ReadOnly Property IsEmpty As Boolean

속성 값

Boolean

결과 뷰가 비어 있으면true 이고, 비어 있지 않으면 false입니다.

적용 대상