다음을 통해 공유


SelectorAutomationPeer.IsSelectionRequired 속성

정의

Microsoft UI 자동화 공급자가 하나 이상의 자식 요소를 선택해야 하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

선택해야 하는 경우 true이고, 그렇지 않으면 false입니다.

구현

적용 대상