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
要从中获取属性的元素。
返回
的 .Urielement
- 属性
注解
如果未设置附加属性, GetNavigateUri 则返回 null。