DkmActivateAppPackageInfo.LaunchArguments 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.
[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