AutomationProperties.GetAutomationControlType(UIElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した DependencyObject の AutomationProperties.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 で導入)
|