AutomationProperties.GetLocalizedControlType(DependencyObject) 方法

定义

获取一个本地化字符串,该字符串指示指定控件的类型。

public:
 static Platform::String ^ GetLocalizedControlType(DependencyObject ^ element);
 static winrt::hstring GetLocalizedControlType(DependencyObject const& element);
public static string GetLocalizedControlType(DependencyObject element);
function getLocalizedControlType(element)
Public Shared Function GetLocalizedControlType (element As DependencyObject) As String

参数

element
DependencyObject

要检索其类型的控件。

返回

String

Platform::String

winrt::hstring

一个本地化字符串,指示 元素 参数指定的控件的类型。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

提供一种机制,用于更改“讲述人”读取的控件类型。 这有助于将自定义 UI 描述为“菜单”或“按钮”,其中不使用默认控件,或者使用从常用控件生成的复合 UI 来创建新的功能。

适用于

另请参阅