WorkspaceHelper.MakeRootedUnderWorkingFolder(IWorkspace, String) Yöntem

Tanım

Çalışma alanı çalışma klasörünün altındaki tam yolu alın.

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

Parametreler

workspace
IWorkspace

çalışma alanı

relative
String

göreli yol

Döndürülenler

String

çalışma klasörü altındaki tam yol

Şunlara uygulanır