IVsBrowseObject::GetProjectItem Method (IVsHierarchy^, UInt32)
Visual Studio 2015
Maps back to the hierarchy or project item object corresponding to the browse object.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int GetProjectItem( [OutAttribute] IVsHierarchy^% pHier, [OutAttribute] unsigned int% pItemid )
Parameters
- pHier
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[out] Pointer to the hierarchy object.
- pItemid
-
Type:
System::UInt32
[out] Pointer to the project item.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsBrowseObject::GetProjectItem( [out] IVsHierarchy **pHier, [out] VSITEMID *pItemid );
Show: