ToastCollection.LaunchArgs Property

Definition

Gets or sets the launch arguments provided to app when the notification group title is clicked in the Action Center.

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

Property Value

String

Platform::String

winrt::hstring

The launch arguments provided to app when the notification group title is clicked in the Action Center.

Applies to