ItemAutomationPeer.IsEnabledCore 메서드

정의

지정된 UIElement에서 이벤트를 주고받을 수 있는지 여부를 나타내는 값을 가져옵니다.

protected:
 override bool IsEnabledCore();
protected override bool IsEnabledCore ();
override this.IsEnabledCore : unit -> bool
Protected Overrides Function IsEnabledCore () As Boolean

반환

Boolean

trueUI 자동화 피어가 이벤트를 수신하고 보낼 수 있으면 이고, false그렇지 않으면 .입니다.

설명

UIElement는 이 Items와 연결된 ItemAutomationPeer 컬렉션의 데이터 항목에 해당합니다. 이 메서드는 IsEnabled에 의해 호출됩니다.

적용 대상

추가 정보