JumpListItem.Arguments 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 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
The jump list item command line arguments.