共用方式為


CommandBarFlyoutCommandBarAutomationProperties.SetControlType 方法

定義

設定指定物件的控制項類型。

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

public:
 static void SetControlType(UIElement ^ element, AutomationControlType value);
 static void SetControlType(UIElement const& element, AutomationControlType const& value);
public static void SetControlType(UIElement element, AutomationControlType value);
Public Shared Sub SetControlType (element As UIElement, value As AutomationControlType)

參數

element
UIElement

要為其設定控制項類型的 物件。

value
AutomationControlType

指定物件的控制項類型。

適用於