FlavoredProjectBase.GetNestedHierarchy Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaración
Protected Overridable Function GetNestedHierarchy ( _
itemId As UInteger, _
ByRef guidHierarchyNested As Guid, _
<OutAttribute> ByRef hierarchyNested As IntPtr, _
<OutAttribute> ByRef itemIdNested As UInteger _
) As Integer
'Uso
Dim itemId As UInteger
Dim guidHierarchyNested As Guid
Dim hierarchyNested As IntPtr
Dim itemIdNested As UInteger
Dim returnValue As Integer
returnValue = Me.GetNestedHierarchy(itemId, _
guidHierarchyNested, hierarchyNested, _
itemIdNested)
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: System.UInt32
- guidHierarchyNested
Type: System.Guid%
- hierarchyNested
Type: System.IntPtr%
- itemIdNested
Type: System.UInt32%
Return Value
Type: System.Int32
.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.