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 不支持索引属性。
参数
- TextDocumentFilter
类型:EnvDTE.TextDocument
可选。一个用作事件源的 TextDocument 对象。
属性值
类型:EnvDTE.TextEditorEvents
TextEditorEvents 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。