IVsSolution2.GetProjectOfGuid 方法 (Guid%, IVsHierarchy%)

返回在解决方案中的项目将唯一标识符。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function GetProjectOfGuid ( _
    ByRef rguidProjectID As Guid, _
    <OutAttribute> ByRef ppHierarchy As IVsHierarchy _
) As Integer
int GetProjectOfGuid(
    ref Guid rguidProjectID,
    out IVsHierarchy ppHierarchy
)

参数

  • rguidProjectID
    类型:System.Guid%
    [in] 唯一标识符 (GUID) 项目。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsSolution2::GetProjectOfGuid(
   [in] REFGUID rguidProjectID, 
   [out] IVsHierarchy **ppHierarchy
);

该项目由 GUID 标识。此方法返回基于指定的 GUID 的项的 IVsHierarchy 接口。

.NET Framework 安全性

请参见

参考

IVsSolution2 接口

GetProjectOfGuid 重载

Microsoft.VisualStudio.Shell.Interop 命名空间