Sdílet prostřednictvím


Events.TextEditorEvents – vlastnost

Získává TextEditorEvents objekt pro IDE.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
ReadOnly Property TextEditorEvents ( _
    TextDocumentFilter As TextDocument _
) As TextEditorEvents
    Get
TextEditorEvents this[
    TextDocument TextDocumentFilter
] { get; }
property TextEditorEvents^ TextEditorEvents[[InAttribute] TextDocument^ TextDocumentFilter] {
    TextEditorEvents^ get ([InAttribute] TextDocument^ TextDocumentFilter);
}
abstract TextEditorEvents : TextEditorEvents
Jazyk JScript nepodporuje indexované vlastnosti.

Parametry

Hodnota vlastnosti

Typ: EnvDTE.TextEditorEvents
A TextEditorEvents objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

Events Rozhraní

EnvDTE – obor názvů