IVsUIEnumDataSourceVerbs.Next(UInt32, String[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a number of items from the enumeration.
public:
int Next(System::UInt32 celt, cli::array <System::String ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <std::wstring const &> const & rgelt, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, string[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * string[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As String(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
[in] The number of items to return.
- rgelt
- String[]
[out] Location to receive the array of verb names.
- pceltFetched
- UInt32
[out] The actual number of verb names returned.
Returns
Returns S_OK if the verbs were returned.