IVsUIEnumDataSourceVerbs::Next Method (UInt32, array<String^>^, UInt32)
Visual Studio 2015
Returns a number of items from the enumeration.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int Next( unsigned int celt, array<String^>^ rgelt, [OutAttribute] unsigned int% pceltFetched )
Parameters
- celt
-
Type:
System::UInt32
[in] The number of items to return.
- rgelt
-
Type:
array<System::String^>^
[out] Location to receive the array of verb names.
- pceltFetched
-
Type:
System::UInt32
[out] The actual number of verb names returned.
Show: