共用方式為


CommandBarFlyoutCommandBarAutomationProperties.GetControlType 方法

定義

擷取指定物件的控制項類型。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 static AutomationControlType GetControlType(UIElement ^ element);
 static AutomationControlType GetControlType(UIElement const& element);
public static AutomationControlType GetControlType(UIElement element);
Public Shared Function GetControlType (element As UIElement) As AutomationControlType

參數

element
UIElement

要為其取得控制項類型的 物件。

傳回

指定物件的控制項類型。

適用於