更新: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
属性值
一个 OutputWindowPane 对象。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。