TextWindow.ActivePane 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取“文本”窗口中最近活动的窗格。
public:
property EnvDTE::TextPane ^ ActivePane { EnvDTE::TextPane ^ get(); };
public:
property EnvDTE::TextPane ^ ActivePane { EnvDTE::TextPane ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public EnvDTE.TextPane ActivePane { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.ActivePane : EnvDTE.TextPane
Public ReadOnly Property ActivePane As TextPane
属性值
OutputWindowPane 对象。
- 属性