FixedPage::GetNavigateUri Method (UIElement^)

 

Returns the NavigateUri property for a given element.

Namespace:   System.Windows.Documents
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.

Return Value

Type: System::Uri^

The Uri of element.

If the attached property has not been set, GetNavigateUri returns null.

.NET Framework
Available since 3.0
Return to top
Show: