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