IVsUIEnumDataSourceProperties::Next Method (UInt32, array<VsUIPropertyDescriptor>^, UInt32)
Visual Studio 2015
Retrieves a specified number of items in the enumeration sequence.
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.
Show: