UIElement3DAutomationPeer.GetAutomationControlTypeCore 메서드

정의

UIElement3DAutomationPeer와 연결된 UIElement3D의 컨트롤 형식을 반환합니다. 이 메서드는 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

반환

모든 경우에 Custom입니다.

설명

알려진된 컨트롤 형식 중 하 나와 일치 하는 클래스를 재정의 합니다 GetAutomationControlTypeCore 를 반환 하는 방법 ControlType합니다. 기존 ControlType 값은 일반적으로 2D 컨트롤과 연결 된 ControlType 모양이 아닌 컨트롤의 기능을 나타냅니다. 따라서 프로그램 UIElement3D 클릭할 것을 원할 경우 작업을 호출 GetHelpTextCore 반환할 ControlType.Button합니다.

UIElement3DAutomationPeer .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상