TextWindow.ActivePane Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the most recently active pane in the Text window.
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
Property Value
A OutputWindowPane object.
- Attributes