EnumerableHierarchiesCollection::NextItems Method (IEnumHierarchies^, UInt32, array<IVsHierarchy^>^, UInt32)

 

Gets the specified number of items.

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

public:
virtual int NextItems(
	IEnumHierarchies^ enumerator,
	unsigned int count,
	array<IVsHierarchy^>^ items,
	[OutAttribute] unsigned int% fetched
) override

Parameters

enumerator
Type: Microsoft.VisualStudio.Shell.Interop::IEnumHierarchies^

The enumerator.

count
Type: System::UInt32

The number of items to get.

items
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^>^

An array of items.

fetched
Type: System::UInt32

[out] The number of items that were returned.

Return Value

Type: System::Int32
Return to top
Show: