Condividi tramite


Proprietà TextWindow.ActivePane

Ottiene l'ultimo riquadro attivo nella finestra di testo.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

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

Valore proprietà

Tipo: EnvDTE.TextPane
Oggetto OutputWindowPane.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextWindow Interfaccia

Spazio dei nomi EnvDTE

Altre risorse

Procedura: compilare ed eseguire gli esempi di codice del modello a oggetti di automazione