FixedPage::GetNavigateUri Method (UIElement^)
.NET Framework (current version)
Returns the NavigateUri property for a given element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [AttachedPropertyBrowsableForChildrenAttribute] static Uri^ GetNavigateUri( UIElement^ element )
Parameters
- element
-
Type:
System.Windows::UIElement^
The element from which to get the property.
If the attached property has not been set, GetNavigateUri returns null.
.NET Framework
Available since 3.0
Available since 3.0
Show: