NavigationEventArgs.Parameter Propriété

Définition

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é

Object

Platform::Object

IInspectable

Objet qui transmet potentiellement des paramètres à la cible de navigation. Ce paramètre peut être null.

S’applique à