Compartilhar via


Propriedade ITextUndoTransaction.Description

Obtém ou define a descrição.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
Property Description As String
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String 
function set Description (value : String)

Valor de propriedade

Tipo: String
A descrição.

Segurança do .NET Framework

Consulte também

Referência

ITextUndoTransaction Interface

Namespace Microsoft.VisualStudio.Text.Operations