OleUndoEngine.UndoUnit.IOleParentUndoUnit.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 IOleParentUndoUnit.GetDescription
'使用
Dim instance As OleUndoEngine..::.UndoUnit
Dim name As String

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

Parameters

Implements

IOleParentUndoUnit.GetDescription(String%)

Permissions

See Also

Reference

OleUndoEngine.UndoUnit Class

OleUndoEngine.UndoUnit Members

Microsoft.VisualStudio.Shell.Design Namespace