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

其他资源

如何:编译和运行自动化对象模型代码示例