TextWindow.ActivePane 属性

定义

获取“文本”窗口中最近活动的窗格。

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

属性值

TextPane

OutputWindowPane 对象。

属性

适用于