IVsUIEnumDataSourceProperties::Next Method (UInt32, array<VsUIPropertyDescriptor>^, UInt32)

 

Retrieves a specified number of items in the enumeration sequence.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int Next(
	unsigned int celt,
	array<VsUIPropertyDescriptor>^ rgelt,
	[OutAttribute] unsigned int% pceltFetched
)

Parameters

celt
Type: System::UInt32

[in] The number of items to return.

rgelt
Type: array<Microsoft.VisualStudio.Shell.Interop::VsUIPropertyDescriptor>^

[out] Location to return an array of items.

pceltFetched
Type: System::UInt32

[out] Location to return the number of items actually returned.

Return Value

Type: System::Int32

Returns S_OK if the items were returned.

Return to top
Show: