ErrorTask::IVsErrorItem::GetHierarchy Method (IVsHierarchy^)

 

Gets the hierarchy node associated with the task.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int GetHierarchy(
	[OutAttribute] IVsHierarchy^% ppHier
) sealed = IVsErrorItem::GetHierarchy

Parameters

ppHier
Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

[out] Returns the IVsHierarchy interface of the node associated with this task.

Return to top
Show: