AutomationProperties.SetLocalizedLandmarkType 方法

定义

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

public:
 static void SetLocalizedLandmarkType(DependencyObject ^ element, Platform::String ^ value);
 static void SetLocalizedLandmarkType(DependencyObject const& element, winrt::hstring const& value);
public static void SetLocalizedLandmarkType(DependencyObject element, string value);
function setLocalizedLandmarkType(element, value)
Public Shared Sub SetLocalizedLandmarkType (element As DependencyObject, value As String)

参数

element
DependencyObject

指定的 DependencyObject

value
String

Platform::String

winrt::hstring

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

Windows 要求

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

适用于

另请参阅