OleUndoEngine.UndoUnit.IOleParentUndoUnit.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.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.