VCDebugSettings::ApplicationArguments Property

 

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

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ ApplicationArguments {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the application arguments.

Return to top
Show: