Share via


OleUndoEngine.UndoUnit.IOleParentUndoUnit.GetDescription Method

Gets the description of the undo unit.

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

Syntax

'Declaration
Private Sub GetDescription ( _
    <OutAttribute> ByRef name As String _
) Implements IOleParentUndoUnit.GetDescription
void IOleParentUndoUnit.GetDescription(
    out string name
)
private:
virtual void GetDescription(
    [OutAttribute] String^% name
) sealed = IOleParentUndoUnit::GetDescription
private abstract GetDescription : 
        name:string byref -> unit 
private override GetDescription : 
        name:string byref -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IOleParentUndoUnit.GetDescription(String%)

Remarks

This method calls GetDescription(String%).

.NET Framework Security

See Also

Reference

OleUndoEngine.UndoUnit Class

Microsoft.VisualStudio.Shell.Design Namespace