Events.TextEditorEvents 属性

获取 IDE 的 TextEditorEvents 对象。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
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
JScript 不支持索引属性。

参数

属性值

类型:EnvDTE.TextEditorEvents
一个 TextEditorEvents 对象。

.NET Framework 安全性

请参见

参考

Events 接口

EnvDTE 命名空间