FixedPage.GetNavigateUri(UIElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 de element
.
- Attributs
Remarques
Si la propriété jointe n’a pas été définie, GetNavigateUri retourne null
.