FixedPage.GetNavigateUri(UIElement) Metodo

Definizione

Restituisce la proprietà NavigateUri per un elemento specificato.

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

Parametri

element
UIElement

Elemento dal quale si ottiene la proprietà.

Restituisce

Uri

Oggetto Uri dell'oggetto element.

Attributi

Commenti

Se la proprietà associata non è stata impostata, GetNavigateUri restituisce null.

Si applica a

Vedi anche