Events2.TextEditorEvents 属性 (TextDocument)

获取 IDE 的 TextEditorEvents 对象。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.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 对象。

实现

Events.TextEditorEvents[TextDocument]

.NET Framework 安全性

请参见

参考

Events2 接口

TextEditorEvents 重载

EnvDTE80 命名空间