TextWindow.ActivePane Property

Definition

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

Applies to