Share via


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

适用于

另请参阅