AutomationPeer.GetAutomationControlTypeCore 方法

定义

在派生类中重写时,由 GetAutomationControlType() 调用。

protected:
 abstract System::Windows::Automation::Peers::AutomationControlType GetAutomationControlTypeCore();
protected abstract System.Windows.Automation.Peers.AutomationControlType GetAutomationControlTypeCore ();
abstract member GetAutomationControlTypeCore : unit -> System.Windows.Automation.Peers.AutomationControlType
Protected MustOverride Function GetAutomationControlTypeCore () As AutomationControlType

返回

控件类型。

适用于

另请参阅