Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ public string Arguments { get; }
# Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.Arguments

## -description
Gets the arguments that are passed to the app during its launch activation.
Gets the argument that is passed to the app during its launch activation.

## -property-value
The list of arguments. This value can be used to control the behavior of the app when it is launched through a secondary tile or through a toast.
The launch arguments as a single string. This value can be used to control the behavior of the app when it is launched through a secondary tile or through a toast.

## -remarks
These arguments provide additional context for this activation. Similar to command-line arguments, this string can be parsed by an app to determine what action it should take in response to this activation. This argument string comes from a property such as [SecondaryTile.Arguments](../windows.ui.startscreen/secondarytile_arguments.md) or a toast's XML payload, through the *launch* attribute of the [toast](/uwp/schemas/tiles/toastschema/element-toast) element or the *arguments* attribute of the [command](/uwp/schemas/tiles/toastschema/element-command) element.
Expand Down