GridViewCellAutomationPeer.GetAutomationControlTypeCore 메서드

정의

GridViewCellAutomationPeer와 연결된 요소의 컨트롤 형식을 가져옵니다. 이 메서드는 GetAutomationControlType()에 의해 호출됩니다.

protected:
 override System::Windows::Automation::Peers::AutomationControlType GetAutomationControlTypeCore();
protected override System.Windows.Automation.Peers.AutomationControlType GetAutomationControlTypeCore ();
override this.GetAutomationControlTypeCore : unit -> System.Windows.Automation.Peers.AutomationControlType
Protected Overrides Function GetAutomationControlTypeCore () As AutomationControlType

반환

AutomationControlType

GridViewCellAutomationPeerTextBlock 요소와 연결된 경우 이 메서드가 Text를 반환하고, 그렇지 않으면 이 메서드가 Custom을 반환합니다.

적용 대상