UndoUnit.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.
Used by undo manager to provide special handling for certain undo units based on their type -- we don't use this method
public:
virtual void GetUnitType([Runtime::InteropServices::Out] Guid % unitGuid, [Runtime::InteropServices::Out] int % unitId);
public void GetUnitType (out Guid unitGuid, out int unitId);
abstract member GetUnitType : Guid * int -> unit
override this.GetUnitType : Guid * int -> unit
Public Sub GetUnitType (ByRef unitGuid As Guid, ByRef unitId As Integer)
Parameters
- unitGuid
- Guid
- unitId
- Int32