FlavoredProjectBase::IVsHierarchy::GetNestedHierarchy Method (UInt32, Guid, IntPtr, UInt32)

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

private:
virtual int GetNestedHierarchy(
	unsigned int itemId,
	Guid% guidHierarchyNested,
	[OutAttribute] IntPtr% hierarchyNested,
	[OutAttribute] unsigned int% itemIdNested
) sealed = IVsHierarchy::GetNestedHierarchy

Parameters

itemId
Type: System::UInt32
guidHierarchyNested
Type: System::Guid
hierarchyNested
Type: System::IntPtr
itemIdNested
Type: System::UInt32

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: