OleUndoEngine.UndoUnit.IOleParentUndoUnit.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.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.