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 specified number of items.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Overrides Function NextItems ( _
enumerator As IEnumHierarchies, _
count As UInteger, _
items As IVsHierarchy(), _
<OutAttribute> ByRef fetched As UInteger _
) As Integer
public override int NextItems(
IEnumHierarchies enumerator,
uint count,
IVsHierarchy[] items,
out uint fetched
)
public:
virtual int NextItems(
IEnumHierarchies^ enumerator,
unsigned int count,
array<IVsHierarchy^>^ items,
[OutAttribute] unsigned int% fetched
) override
abstract NextItems :
enumerator:IEnumHierarchies *
count:uint32 *
items:IVsHierarchy[] *
fetched:uint32 byref -> int
override NextItems :
enumerator:IEnumHierarchies *
count:uint32 *
items:IVsHierarchy[] *
fetched:uint32 byref -> int
public override function NextItems(
enumerator : IEnumHierarchies,
count : uint,
items : IVsHierarchy[],
fetched : uint
) : int
Parameters
enumerator
Type: Microsoft.VisualStudio.Shell.Interop.IEnumHierarchiesThe enumerator.
count
Type: UInt32The number of items to get.
items
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsHierarchy[]An array of items.
fetched
Type: UInt32%[out] The number of items that were returned.
Return Value
Type: Int32
Implements
.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.