IVsCfgBrowseObject.GetProjectItem 方法 (IVsHierarchy%, UInt32%)

返回层次结构或项目项对象的映射到浏览对象相对应。

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

语法

声明
Function GetProjectItem ( _
    <OutAttribute> ByRef pHier As IVsHierarchy, _
    <OutAttribute> ByRef pItemid As UInteger _
) As Integer
int GetProjectItem(
    out IVsHierarchy pHier,
    out uint pItemid
)

参数

  • pItemid
    类型:System.UInt32%
    [out] 对于项目项的指针。

返回值

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

备注

COM 签名

从 vsshell80.idl:

HRESULT IVsCfgBrowseObject::GetProjectItem(
   [out] IVsHierarchy **pHier,
   [out] VSITEMID *pItemid
);

.NET Framework 安全性

请参见

参考

IVsCfgBrowseObject 接口

GetProjectItem 重载

Microsoft.VisualStudio.Shell.Interop 命名空间