AutomationPeer.GetAutomationControlTypeCore 方法
定義
在衍生類別中覆寫時,被 GetAutomationControlType() 呼叫。When overridden in a derived class, is called by 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
傳回
控制項類型。The control type.