IVsProfilerLaunchExeTargetInfo.WorkingDirectory 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.
Gets the working directory in which the process is to run.
public:
property System::String ^ WorkingDirectory { System::String ^ get(); };
public:
property Platform::String ^ WorkingDirectory { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610809346)]
public string WorkingDirectory { get; }
public string WorkingDirectory { get; }
[<System.Runtime.InteropServices.DispId(1610809346)>]
member this.WorkingDirectory : string
member this.WorkingDirectory : string
Public ReadOnly Property WorkingDirectory As String
Property Value
The working directory.
- Attributes