ItemsViewAutomationPeer.IsSelectionRequired 속성

정의

하나 이상의 자식 요소를 선택해야 하는지 여부를 지정하는 값을 가져옵니다.

public:
 property bool IsSelectionRequired { bool get(); };
bool IsSelectionRequired();
public bool IsSelectionRequired { get; }
var boolean = itemsViewAutomationPeer.isSelectionRequired;
Public ReadOnly Property IsSelectionRequired As Boolean

속성 값

Boolean

bool

True이면 하나 이상의 자식 요소를 선택해야 합니다. 그렇지 않으면 false입니다.

구현

적용 대상