IVsProfilerLaunchExeTargetInfo::WorkingDirectory Property

 

Gets the working directory in which the process is to run.

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

[DispIdAttribute(1610809346)]
property String^ WorkingDirectory {
	String^ get();
}

Property Value

Type: System::String^

The working directory.

Return to top
Show: