FlavoredProjectBase::GetNestedHierarchy Method (UInt32, Guid, IntPtr, UInt32)
Visual Studio 2015
Gets the nested project.
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.
Show: