共用方式為


AutomationProperties.SetLandmarkType 方法

定義

設定指定 DependencyObject之地標類型附加屬性的值。

public:
 static void SetLandmarkType(DependencyObject ^ element, AutomationLandmarkType value);
 static void SetLandmarkType(DependencyObject const& element, AutomationLandmarkType const& value);
public static void SetLandmarkType(DependencyObject element, AutomationLandmarkType value);
function setLandmarkType(element, value)
Public Shared Sub SetLandmarkType (element As DependencyObject, value As AutomationLandmarkType)

參數

element
DependencyObject

指定的 DependencyObject

value
AutomationLandmarkType

地標類型屬性的值。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

適用於

另請參閱