DkmActivateAppPackageInfo.LaunchArguments Property

Definition

[Optional] Command line arguments to pass to the app.

This API was introduced in Visual Studio 15 Update 1 (DkmApiVersion.VS15Update1).

public:
 property System::String ^ LaunchArguments { System::String ^ get(); };
public:
 property Platform::String ^ LaunchArguments { Platform::String ^ get(); };
public string LaunchArguments { get; }
public string? LaunchArguments { get; }
member this.LaunchArguments : string
Public ReadOnly Property LaunchArguments As String

Property Value

Applies to