LaunchActivatedEventArgs.Arguments property

This topic has not yet been rated - Rate this topic

Gets the arguments that are passed to the app during its launch activation.

Syntax


public string Arguments { get; }

Property value

Type: System.String [.NET] | Platform::String [C++]

The list of arguments.

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.

Caution  An app should always regard the arguments string as untrusted data and must parse and validate the string carefully before taking action based on its contents. Blindly using the arguments string without examining it first can present a security risk.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

See also

LaunchActivatedEventArgs

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.