OleUndoEngine.UndoUnit.IOleUndoUnit.GetDescription Method

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

Syntax

'宣言
Private Sub GetDescription ( _
    <OutAttribute> ByRef name As String _
) Implements IOleUndoUnit.GetDescription
'使用
Dim instance As OleUndoEngine..::.UndoUnit
Dim name As String

CType(instance, IOleUndoUnit).GetDescription(name)
void IOleUndoUnit.GetDescription(
    out string name
)
private:
virtual void GetDescription(
    [OutAttribute] String^% name
) sealed = IOleUndoUnit::GetDescription
JScript does not support explicit interface implementations.

Parameters

Implements

IOleUndoUnit.GetDescription(String%)

Permissions

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace