MapControl.GetLocation(DependencyObject) メソッド

定義

MapControl の指定した子要素から MapControl.Location XAML 添付プロパティの値を取得します。 場所は、子要素の MapControl.NormalizedAnchorPoint が配置されている MapControl 上の地理的な場所です。

public:
 static Geopoint ^ GetLocation(DependencyObject ^ element);
 static Geopoint GetLocation(DependencyObject const& element);
public static Geopoint GetLocation(DependencyObject element);
function getLocation(element)
Public Shared Function GetLocation (element As DependencyObject) As Geopoint

パラメーター

element
DependencyObject

プロパティ値の読み取り元となる要素。

戻り値

MapControl の指定された子要素の MapControl.Location XAML 添付プロパティの値。

適用対象

こちらもご覧ください