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

Definition

Gets the type of the undo unit.

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

Parameters

clsid
Guid

[out] Returns the GUID of this class.

id
Int32

[out] Returns 0.

Implements

Applies to