Compartir a través de


FixedPage.GetNavigateUri(UIElement) Método

Definición

Devuelve la propiedad NavigateUri para un elemento determinado.

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

Parámetros

element
UIElement

Elemento desde el que se va a obtener la propiedad.

Devoluciones

Uri

Uri de element.

Atributos

Comentarios

Si no se ha establecido la propiedad adjunta, GetNavigateUri devuelve null.

Se aplica a

Consulte también