FixedPage.GetNavigateUri(UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定項目的 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 的 element
。
- 屬性
備註
如果尚未設定附加屬性,則 GetNavigateUri 傳 null
回 。