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 with get
function get ActivePane () : TextPane
Property Value
Type: EnvDTE.TextPane
A OutputWindowPane object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples