CommandBarFlyoutCommandBarAutomationProperties.GetControlType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したオブジェクトのコントロールの種類を取得します。
このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKの WinUI については、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
コントロール型を取得する対象のオブジェクト。
戻り値
指定したオブジェクトのコントロール型。