FixedPage.GetNavigateUri(UIElement) Méthode

Définition

Retourne la propriété NavigateUri pour un élément donné.

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

Paramètres

element
UIElement

Élément à partir duquel obtenir la propriété.

Retours

Uri

Uri de element.

Attributs

Remarques

Si la propriété jointe n’a pas été définie, GetNavigateUri retourne null.

S’applique à

Voir aussi