次の方法で共有


AutomationProperties.GetLandmarkType(DependencyObject) メソッド

定義

指定した DependencyObject のランドマーク型添付プロパティの値を取得します。

public:
 static AutomationLandmarkType GetLandmarkType(DependencyObject ^ element);
 static AutomationLandmarkType GetLandmarkType(DependencyObject const& element);
public static AutomationLandmarkType GetLandmarkType(DependencyObject element);
function getLandmarkType(element)
Public Shared Function GetLandmarkType (element As DependencyObject) As AutomationLandmarkType

パラメーター

element
DependencyObject

チェックする DependencyObject

戻り値

要素のランドマーク型

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

適用対象

こちらもご覧ください