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

属性

注釈

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

適用対象

こちらもご覧ください