ToastCollection.LaunchArgs Propiedad

Definición

Obtiene o establece los argumentos de inicio proporcionados a la aplicación cuando se hace clic en el título del grupo de notificaciones en el Centro de actividades.

public:
 property Platform::String ^ LaunchArgs { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LaunchArgs();

void LaunchArgs(winrt::hstring value);
public string LaunchArgs { get; set; }
var string = toastCollection.launchArgs;
toastCollection.launchArgs = string;
Public Property LaunchArgs As String

Valor de propiedad

String

Platform::String

winrt::hstring

Los argumentos de inicio proporcionados a la aplicación cuando se hace clic en el título del grupo de notificaciones en el Centro de actividades.

Se aplica a