Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 IOleUndoUnit.GetDescription
'Usage
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
private abstract GetDescription :
name:string byref -> unit
private override GetDescription :
name:string byref -> unit
JScript does not support explicit interface implementations.
Parameters
- name
Type: System.String%
[out] Returns the name of the undo unit.
Implements
IOleUndoUnit.GetDescription(String%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.