IEnumOleUndoUnits.Next(UInt32, IOleUndoUnit[], UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As IOleUndoUnit(), ByRef pceltFetched As UInteger) As Integer
Paramètres
- celt
- UInt32
- rgelt
- IOleUndoUnit[]
- pceltFetched
- UInt32