IEnumVARIANT.Next(UInt32, Object, 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.
public:
void Next(System::UInt32 celt, System::Object ^ % rgvar, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public void Next (uint celt, ref object rgvar, out uint pceltFetched);
abstract member Next : uint32 * obj * uint32 -> unit
Public Sub Next (celt As UInteger, ByRef rgvar As Object, ByRef pceltFetched As UInteger)
Parameters
- celt
- UInt32
- rgvar
- Object
- pceltFetched
- UInt32