OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetDescription(String) Method

Definition

Gets the description of the undo unit.

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

Parameters

name
String

[out] Returns the description.

Implements

Applies to