ToastCollection.LaunchArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The launch arguments provided to app when the notification group title is clicked in the Action Center.