AutomationProperties.GetLocalizedLandmarkType(DependencyObject) 方法

定义

获取指定 DependencyObject 的本地化地标类型附加属性的值。

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

参数

返回

String

Platform::String

winrt::hstring

定义 元素的陆标类型的本地化字符串。

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

适用于

另请参阅