IVsSolution.GetProjectOfGuid Method
Visual Studio 2005
Returns the project in the solution, given a unique identifier.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
int GetProjectOfGuid ( [InAttribute] ref Guid rguidProjectID, out IVsHierarchy ppHierarchy )
int GetProjectOfGuid ( /** @attribute InAttribute() */ /** @ref */ Guid rguidProjectID, /** @attribute OutAttribute() */ /** @ref */ IVsHierarchy ppHierarchy )
JScript does not support passing value-type arguments by reference.
Parameters
- rguidProjectID
[in] Unique identifier (GUID) for the project.
- ppHierarchy
[out] Pointer to the IVsHierarchy interface of the project referred to by the identifier.