次の方法で共有


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 で導入)

適用対象

こちらもご覧ください