JumpListItem.Arguments Property

Definition

Gets the command line arguments for the jump list item.

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

Property Value

String

Platform::String

winrt::hstring

The jump list item command line arguments.

Applies to