Compartilhar via


Propriedade TextSnapshotChangedEventArgs.EditTag

Obtém um objeto fornecido pelo iniciador das alterações.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
Public ReadOnly Property EditTag As Object
public Object EditTag { get; }
public:
property Object^ EditTag {
    Object^ get ();
}
member EditTag : Object with get
function get EditTag () : Object

Valor de propriedade

Tipo: Object
O objeto fornecido pelo iniciador das alterações.

Segurança do .NET Framework

Consulte também

Referência

TextSnapshotChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text