Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the hierarchy node associated with the task.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function GetHierarchy ( _
<OutAttribute> ByRef ppHier As IVsHierarchy _
) As Integer Implements IVsErrorItem.GetHierarchy
int IVsErrorItem.GetHierarchy(
out IVsHierarchy ppHier
)
private:
virtual int GetHierarchy(
[OutAttribute] IVsHierarchy^% ppHier
) sealed = IVsErrorItem::GetHierarchy
private abstract GetHierarchy :
ppHier:IVsHierarchy byref -> int
private override GetHierarchy :
ppHier:IVsHierarchy byref -> int
JScript does not support explicit interface implementations.
Parameters
- ppHier
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy%
[out] Returns the IVsHierarchy interface of the node associated with this task.
Return Value
Type: System.Int32
S_OK() .
Implements
IVsErrorItem.GetHierarchy(IVsHierarchy%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.