Visual Basic (Declaration) | |
---|---|
<PreserveSigAttribute()> Function Next( _ ByVal celt As UInteger, _ ByVal rgelt() As IOleUndoUnit, _ ByRef pceltFetched As UInteger _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IEnumOleUndoUnits Dim celt As UInteger Dim rgelt() As IOleUndoUnit Dim pceltFetched As UInteger Dim value As Integer value = instance.Next(celt, rgelt, pceltFetched) |
C# | |
---|---|
[PreserveSig()] int Next( uint celt, out IOleUndoUnit[] rgelt, out uint pceltFetched ) |
C++/CLI | |
---|---|
[PreserveSig()] int Next( uint celt, [Out] array<IOleUndoUnit^>^ rgelt, [Out] uint pceltFetched ) |
Parameters
- celt
- rgelt
- pceltFetched
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2