次の方法で共有


CommandBarFlyoutCommandBarAutomationProperties.GetControlType メソッド

定義

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

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

コントロール型を取得する対象のオブジェクト。

戻り値

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

適用対象