OleUndoEngine.UndoUnit.IOleUndoUnit.GetDescription(String) 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.
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.