Partilhar via


Propriedade TextWindow.ActivePane

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

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

Sintaxe

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

Valor de propriedade

Tipo: EnvDTE.TextPane
A OutputWindowPane objeto.

Segurança do .NET Framework

Consulte também

Referência

TextWindow Interface

Namespace EnvDTE

Outros recursos

Como: compilar e Executar a automação de exemplos de Código do modelo de objeto