Events.TextEditorEvents 屬性

取得 IDE 的 TextEditorEvents 物件。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
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 不支援索引屬性。

參數

屬性值

型別:EnvDTE.TextEditorEvents
TextEditorEvents 物件。

.NET Framework 安全性

請參閱

參考

Events 介面

EnvDTE 命名空間