Share via


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

戻り値

要素のランドマーク型

適用対象