Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the nested project.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overridable Function GetNestedHierarchy ( _
itemId As UInteger, _
ByRef guidHierarchyNested As Guid, _
<OutAttribute> ByRef hierarchyNested As IntPtr, _
<OutAttribute> ByRef itemIdNested As UInteger _
) As Integer
protected virtual int GetNestedHierarchy(
uint itemId,
ref Guid guidHierarchyNested,
out IntPtr hierarchyNested,
out uint itemIdNested
)
protected:
virtual int GetNestedHierarchy(
unsigned int itemId,
Guid% guidHierarchyNested,
[OutAttribute] IntPtr% hierarchyNested,
[OutAttribute] unsigned int% itemIdNested
)
abstract GetNestedHierarchy :
itemId:uint32 *
guidHierarchyNested:Guid byref *
hierarchyNested:IntPtr byref *
itemIdNested:uint32 byref -> int
override GetNestedHierarchy :
itemId:uint32 *
guidHierarchyNested:Guid byref *
hierarchyNested:IntPtr byref *
itemIdNested:uint32 byref -> int
protected function GetNestedHierarchy(
itemId : uint,
guidHierarchyNested : Guid,
hierarchyNested : IntPtr,
itemIdNested : uint
) : int
Parameters
itemId
Type: UInt32The item ID.
guidHierarchyNested
Type: Guid%The GUID of the nested project.
hierarchyNested
Type: IntPtr%The nested project.
itemIdNested
Type: UInt32%The item ID of the nested project.
Return Value
Type: Int32
The HRESULT.
.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.