UndoUnit.GetDescription Method
Gets a text description for this undo unit, which is displayed by the shell
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Sub GetDescription ( _
<OutAttribute> ByRef description As String _
)
public void GetDescription(
out string description
)
public:
virtual void GetDescription(
[OutAttribute] String^% description
) sealed
abstract GetDescription :
description:string byref -> unit
override GetDescription :
description:string byref -> unit
public final function GetDescription(
description : String
)
Parameters
description
Type: System.String%text description
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.