次の方法で共有


AutomationProperties.GetAutomationControlType(UIElement) メソッド

定義

指定した DependencyObjectAutomationProperties.AutomationControlType 添付プロパティの値を取得します。

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

パラメーター

element
UIElement

チェックする DependencyObject

戻り値

指定した要素の UI オートメーション コントロール型。

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

適用対象