Compartilhar via


Propriedade TextWindow.ActivePane

Obtém o painel ativo mais recente na janela de texto.

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

Sintaxe

'Declaração
ReadOnly Property ActivePane As TextPane
TextPane ActivePane { get; }
property TextPane^ ActivePane {
    TextPane^ get ();
}
abstract ActivePane : TextPane with get
function get ActivePane () : TextPane

Valor de propriedade

Tipo: EnvDTE.TextPane
A OutputWindowPane object.

Segurança do .NET Framework

Consulte também

Referência

TextWindow Interface

Namespace EnvDTE

Outros recursos

Como compilar e executar os exemplos de código do modelo de objeto Automation