Propriedade Events.TextEditorEvents

Obtém o TextEditorEvents o objeto para o IDE.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.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 : TextEditorEvents
JScript não oferece suporte a propriedades indexadas.

Parâmetros

Valor de propriedade

Tipo: EnvDTE.TextEditorEvents
A TextEditorEvents object.

Segurança do .NET Framework

Consulte também

Referência

Events Interface

Namespace EnvDTE