Partilhar via


Propriedade TextWindow.ActivePane

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

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

Sintaxe

ReadOnly Property ActivePane As TextPane

Dim instance As TextWindow
Dim value As TextPane

value = instance.ActivePane
TextPane ActivePane { get; }
property TextPane^ ActivePane {
    TextPane^ get ();
}
function get ActivePane () : TextPane

Valor da propriedade

Tipo: EnvDTE.TextPane
A OutputWindowPane object.

Permissões

Consulte também

Referência

TextWindow Interface

TextWindow Membros

Espaço para nome EnvDTE

Outros recursos

Como: Compilar e executar os exemplos de códigos automação modelo de objeto