OleUndoEngine::UndoUnit::IOleUndoUnit::GetDescription Method (String^)

 
Use BaseTrue

Gets the description of the undo unit.

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

private:
virtual void GetDescription(
	[OutAttribute] String^% name
) sealed = IOleUndoUnit::GetDescription

Parameters

name
Type: System::String^

[out] Returns the name of the undo unit.

Return to top
Show: