Compartilhar via


Propriedade Events2.TextEditorEvents

Obtém o objeto de TextEditorEvents para IDE.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
ReadOnly Property TextEditorEvents ( _
    TextDocumentFilter As TextDocument _
) As TextEditorEvents
TextEditorEvents this[
    TextDocument TextDocumentFilter
] { get; }
property TextEditorEvents^ TextEditorEvents[[InAttribute] TextDocument^ TextDocumentFilter] {
    TextEditorEvents^ get ([InAttribute] TextDocument^ TextDocumentFilter);
}
abstract TextEditorEvents : 
        TextDocumentFilter:TextDocument -> TextEditorEvents with get
JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • TextDocumentFilter
    Tipo: TextDocument

    Opcional. Um objeto de TextDocument que serve como a origem dos eventos.

Valor de propriedade

Tipo: TextEditorEvents
Um objeto TextEditorEvents.

Segurança do .NET Framework

Consulte também

Referência

Events2 Interface

Namespace EnvDTE80