OleUndoEngine.UndoUnit.IOleUndoUnit.GetDescription(String) Method

Definition

Gets the description of the undo unit.

 virtual void Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit.GetDescription([Runtime::InteropServices::Out] System::String ^ % name) = Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit::GetDescription;
void IOleUndoUnit.GetDescription (out string name);
abstract member Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit.GetDescription : string -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit.GetDescription : string -> unit
Sub GetDescription (ByRef name As String) Implements IOleUndoUnit.GetDescription

Parameters

name
String

[out] Returns the name of the undo unit.

Implements

Applies to