共用方式為


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 命名空間