次の方法で共有


CommandBarFlyoutCommandBarAutomationProperties.SetControlType メソッド

定義

指定したオブジェクトのコントロールの種類を設定します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、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

指定したオブジェクトのコントロールの種類。

適用対象