WorkspaceHelper.MakeRootedUnderWorkingFolder(IWorkspace, String) Method

Definition

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

Applies to