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

适用于

另请参阅