TextWindow.ActivePane Property

Gets the most recently active pane in the Text window.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property ActivePane As TextPane
TextPane ActivePane { get; }
property TextPane^ ActivePane {
    TextPane^ get ();
}
abstract ActivePane : TextPane
function get ActivePane () : TextPane

Property Value

Type: EnvDTE.TextPane
A OutputWindowPane object.

.NET Framework Security

See Also

Reference

TextWindow Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples