共用方式為


TextWindow.ActivePane 屬性

更新:2007 年 11 月

在 [文字] 視窗中取得最近使用的窗格。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

ReadOnly Property ActivePane As TextPane

Dim instance As TextWindow
Dim value As TextPane

value = instance.ActivePane
TextPane ActivePane { get; }
property TextPane^ ActivePane {
    TextPane^ get ();
}
function get ActivePane () : TextPane

屬性值

型別:EnvDTE.TextPane

OutputWindowPane 物件。

使用權限

請參閱

參考

TextWindow 介面

TextWindow 成員

EnvDTE 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例