FixedPage.GetNavigateUri(UIElement) メソッド

定義

指定された要素の NavigateUri プロパティを返します。

public:
 static Uri ^ GetNavigateUri(System::Windows::UIElement ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static Uri GetNavigateUri (System.Windows.UIElement element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetNavigateUri : System.Windows.UIElement -> Uri
Public Shared Function GetNavigateUri (element As UIElement) As Uri

パラメーター

element
UIElement

プロパティの取得元の要素。

戻り値

Uri

Urielement

属性

注釈

添付プロパティが設定されていない場合は、 GetNavigateUri を返します null

適用対象

こちらもご覧ください