Partager via


DeviceServicingDetails.Arguments Propriété

Définition

Obtient la chaîne d’arguments fournie par l’application lorsqu’elle a appelé RequestAsync sur deviceServicingTrigger. Cela permet à l’application de passer facilement des paramètres à la tâche lorsqu’elle l’appelle.

public:
 property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = deviceServicingDetails.arguments;
Public ReadOnly Property Arguments As String

Valeur de propriété

String

Platform::String

winrt::hstring

Valeur du paramètre arguments de l’appel RequestAsync d’origine.

S’applique à