IVsProfilerLaunchExeTargetInfo::ExecutableArguments Property

 

Gets the command-line arguments for the executable.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610809344)]
property String^ ExecutableArguments {
	String^ get();
}

Property Value

Type: System::String^

The command-line arguments.

Return to top
Show: