OleUndoEngine.UndoUnit.IOleUndoUnit.GetUnitType(Guid, Int32) 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.
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.