VCDebugSettings.ApplicationArguments Property

Definition

Sets or gets arguments to the application that is to be debugged.

public:
 property System::String ^ ApplicationArguments { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ApplicationArguments { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2339)]
public string ApplicationArguments { [System.Runtime.InteropServices.DispId(2339)] get; [System.Runtime.InteropServices.DispId(2339)] set; }
[<System.Runtime.InteropServices.DispId(2339)>]
[<get: System.Runtime.InteropServices.DispId(2339)>]
[<set: System.Runtime.InteropServices.DispId(2339)>]
member this.ApplicationArguments : string with get, set
Public Property ApplicationArguments As String

Property Value

String containing the application arguments.

Attributes

Applies to