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 回 。

適用於

另請參閱