FlavoredProjectBase.IVsHierarchy.GetNestedHierarchy Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function GetNestedHierarchy ( _
itemId As UInteger, _
ByRef guidHierarchyNested As Guid, _
<OutAttribute> ByRef hierarchyNested As IntPtr, _
<OutAttribute> ByRef itemIdNested As UInteger _
) As Integer Implements IVsHierarchy.GetNestedHierarchy
int IVsHierarchy.GetNestedHierarchy(
uint itemId,
ref Guid guidHierarchyNested,
out IntPtr hierarchyNested,
out uint itemIdNested
)
private:
virtual int GetNestedHierarchy(
unsigned int itemId,
Guid% guidHierarchyNested,
[OutAttribute] IntPtr% hierarchyNested,
[OutAttribute] unsigned int% itemIdNested
) sealed = IVsHierarchy::GetNestedHierarchy
private abstract GetNestedHierarchy :
itemId:uint32 *
guidHierarchyNested:Guid byref *
hierarchyNested:IntPtr byref *
itemIdNested:uint32 byref -> int
private override GetNestedHierarchy :
itemId:uint32 *
guidHierarchyNested:Guid byref *
hierarchyNested:IntPtr byref *
itemIdNested:uint32 byref -> int
JScript does not support explicit interface implementations.
Parameters
- itemId
Type: UInt32
- guidHierarchyNested
Type: Guid%
- hierarchyNested
Type: IntPtr%
- itemIdNested
Type: UInt32%
Return Value
Type: Int32
The HRESULT.
Implements
IVsHierarchy.GetNestedHierarchy(UInt32, Guid%, IntPtr%, UInt32%)
.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.