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
TextEditorEvents this[
    TextDocument TextDocumentFilter
] { get; }
property TextEditorEvents^ TextEditorEvents[[InAttribute] TextDocument^ TextDocumentFilter] {
    TextEditorEvents^ get ([InAttribute] TextDocument^ TextDocumentFilter);
}
abstract TextEditorEvents : 
        TextDocumentFilter:TextDocument -> TextEditorEvents with get
Jazyk JScript nepodporuje indexované vlastnosti.

Parametry

Hodnota vlastnosti

Typ: EnvDTE.TextEditorEvents
Objekt TextEditorEvents.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Events Rozhraní

EnvDTE – obor názvů