FixedPage.GetNavigateUri(UIElement) Método

Definição

Devolve a NavigateUri propriedade para um dado elemento.

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

O elemento a partir do qual obter a propriedade.

Devoluções

Uri

O Uri de element.

Atributos

Observações

Se a propriedade anexada não tiver sido definida, GetNavigateUri devolve null.

Aplica-se a

Ver também