Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: 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.