NavigationEventArgs.Parameter Propriété
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.
Obtient tout objet « Parameter » passé à la page cible pour la navigation.
public:
property Platform::Object ^ Parameter { Platform::Object ^ get(); };
IInspectable Parameter();
public object Parameter { get; }
var object = navigationEventArgs.parameter;
Public ReadOnly Property Parameter As Object
Valeur de propriété
Objet qui transmet potentiellement des paramètres à la cible de navigation. Ce paramètre peut être null.