次の方法で共有


AutomationProperties.LocalizedControlTypeProperty プロパティ

定義

AutomationProperties.LocalizedControlType XAML 添付プロパティを識別します。これは、オートメーション要素が表すコントロールの種類を記述するテキスト文字列です。

public:
 static property DependencyProperty ^ LocalizedControlTypeProperty { DependencyProperty ^ get(); };
static DependencyProperty LocalizedControlTypeProperty();
public static DependencyProperty LocalizedControlTypeProperty { get; }
var dependencyProperty = AutomationProperties.localizedControlTypeProperty;
Public Shared ReadOnly Property LocalizedControlTypeProperty As DependencyProperty

プロパティ値

AutomationProperties.LocalizedControlType XAML 添付プロパティの識別子。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

文字列には小文字のみを含める必要があります。

適用対象

こちらもご覧ください