Sdílet prostřednictvím


Events2.TextEditorEvents – vlastnost

Získá TextEditorEvents objekt rozhraní IDE.

Obor názvů:  EnvDTE80
Sestavení:  EnvDTE80 (v EnvDTE80.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

  • TextDocumentFilter
    Typ: TextDocument

    Volitelné.A TextDocument objekt, který slouží jako zdroj pro události.

Hodnota vlastnosti

Typ: TextEditorEvents
Objekt TextEditorEvents.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Events2 Rozhraní

EnvDTE80 – obor názvů