ProjectInSolution.GetAbsolutePath(IWorkspace) Method

Definition

Get the absolute path of the project

public:
 System::String ^ GetAbsolutePath(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspaceContext);
public string GetAbsolutePath (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext);
member this.GetAbsolutePath : Microsoft.VisualStudio.Workspace.IWorkspace -> string
Public Function GetAbsolutePath (workspaceContext As IWorkspace) As String

Parameters

workspaceContext
IWorkspace

The workspace context where the project belong

Returns

Absolute path

Applies to