다음을 통해 공유


GridViewCellAutomationPeer.IsControlElementCore 메서드

정의

이와 GridViewCellAutomationPeer 연결된 요소가 최종 사용자가 대화형으로 인식되는지 또는 사용자가 GUI에서 컨트롤의 논리적 구조에 기여하는 것으로 요소를 이해할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. 이 메서드는 IsControlElement()에 의해 호출됩니다.

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

반환

Boolean

GridViewCellAutomationPeerTextBlock 요소에 연결되어 있으면 이 메서드는 true를 반환하고, 그렇지 않으면 자식 요소의 목록을 반환합니다.

적용 대상