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: TextDocumentVolitelné.A TextDocument objekt, který slouží jako zdroj pro události.
Hodnota vlastnosti
Typ: TextEditorEvents
Objekt TextEditorEvents.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.