WorkspaceHelper.MakeRootedUnderWorkingFolder(IWorkspace, String) 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 a full path under workspace working folder.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ MakeRootedUnderWorkingFolder(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace, System::String ^ relative);
public static string MakeRootedUnderWorkingFolder (this Microsoft.VisualStudio.Workspace.IWorkspace workspace, string relative);
static member MakeRootedUnderWorkingFolder : Microsoft.VisualStudio.Workspace.IWorkspace * string -> string
<Extension()>
Public Function MakeRootedUnderWorkingFolder (workspace As IWorkspace, relative As String) As String
Parameters
- workspace
- IWorkspace
the workspace
- relative
- String
relative path
Returns
full path under working folder