FlavoredProjectBase::IVsUIHierarchy::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% iidHierarchyNested,
	[OutAttribute] IntPtr% ppHierarchyNested,
	[OutAttribute] unsigned int% pitemidNested
) sealed = IVsUIHierarchy::GetNestedHierarchy

Parameters

itemid
Type: System::UInt32
iidHierarchyNested
Type: System::Guid
ppHierarchyNested
Type: System::IntPtr
pitemidNested
Type: System::UInt32

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: