Events2.TextEditorEvents 属性

获取 IDE 的 TextEditorEvents 对象。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.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 : 
        TextDocumentFilter:TextDocument -> TextEditorEvents with get
JScript 不支持索引属性。

参数

  • TextDocumentFilter
    类型:TextDocument

    可选。 一个用作事件源的 TextDocument 对象。

属性值

类型:TextEditorEvents
一个 TextEditorEvents 对象。

.NET Framework 安全性

请参阅

参考

Events2 接口

EnvDTE80 命名空间