IVsErrorItem::GetHierarchy Method (IVsHierarchy^)
Visual Studio 2015
Provides the hierarchy for the item if the error involves a project hierarchy item.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- ppProject
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[out] Pointer to a IVsHierarchy interface providing hierarchy information about the error.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsErrorItem::GetHierarchy( [out] IVsHierarchy** ppProject );
Show: