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

 

Gets the nested project.

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

protected:
virtual int GetNestedHierarchy(
	unsigned int itemId,
	Guid% guidHierarchyNested,
	[OutAttribute] IntPtr% hierarchyNested,
	[OutAttribute] unsigned int% itemIdNested
)

Parameters

itemId
Type: System::UInt32

The item ID.

guidHierarchyNested
Type: System::Guid

The GUID of the nested project.

hierarchyNested
Type: System::IntPtr

The nested project.

itemIdNested
Type: System::UInt32

The item ID of the nested project.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: