FixedPage.GetNavigateUri(UIElement) Metoda

Definice

NavigateUri Vrátí vlastnost pro daný prvek.

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

Parametry

element
UIElement

Prvek, ze kterého chcete získat vlastnost.

Návraty

Uri

elementOf Uri .

Atributy

Poznámky

Pokud připojená vlastnost nebyla nastavena, GetNavigateUri vrátí hodnotu null.

Platí pro

Viz také