WorkspaceHelper.GetWorkspaceWorkingFolder(IWorkspace) Method
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.
Get the working folder for this workspace
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetWorkspaceWorkingFolder(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);
public static string GetWorkspaceWorkingFolder (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetWorkspaceWorkingFolder : Microsoft.VisualStudio.Workspace.IWorkspace -> string
<Extension()>
Public Function GetWorkspaceWorkingFolder (workspace As IWorkspace) As String
Parameters
- workspace
- IWorkspace
the workspace
Returns
working folder