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

 
Use BaseTrue

Gets the type of the undo unit.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual void GetUnitType(
	[OutAttribute] Guid% clsid,
	[OutAttribute] int% id
) sealed = IOleParentUndoUnit::GetUnitType

Parameters

clsid
Type: System::Guid

[out] Returns the GUID of this class.

id
Type: System::Int32

[out] Returns 0.

Return to top
Show: