Поделиться через


ErrorTask.IVsErrorItem.GetHierarchy Method

Gets the hierarchy node associated with the task.

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

Syntax

'Декларация
Private Function GetHierarchy ( _
    <OutAttribute> ByRef ppHier As IVsHierarchy _
) As Integer Implements IVsErrorItem.GetHierarchy
int IVsErrorItem.GetHierarchy(
    out IVsHierarchy ppHier
)

Parameters

Return Value

Type: System.Int32
S_OK .

Implements

IVsErrorItem.GetHierarchy(IVsHierarchy%)

.NET Framework Security

See Also

Reference

ErrorTask Class

Microsoft.VisualStudio.Shell Namespace