OleUndoEngine.UndoUnit.IOleUndoUnit.GetUnitType(Guid, Int32) Method

Definition

Gets the type of the undo unit.

 virtual void Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit.GetUnitType([Runtime::InteropServices::Out] Guid % clsid, [Runtime::InteropServices::Out] int % id) = Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit::GetUnitType;
void IOleUndoUnit.GetUnitType (out Guid clsid, out int id);
abstract member Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit.GetUnitType : Guid * int -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit.GetUnitType : Guid * int -> unit
Sub GetUnitType (ByRef clsid As Guid, ByRef id As Integer) Implements IOleUndoUnit.GetUnitType

Parameters

clsid
Guid

[out] The GUID of this class.

id
Int32

[out] Returns 0.

Implements

Applies to