Proprietà Events.OutputWindowEvents

ottiene OutputWindowEvents per gli eventi della finestra.

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

Sintassi

'Dichiarazione
ReadOnly Property OutputWindowEvents ( _
    Pane As String _
) As OutputWindowEvents
OutputWindowEvents this[
    string Pane
] { get; }
property OutputWindowEvents^ OutputWindowEvents[[InAttribute] String^ Pane] {
    OutputWindowEvents^ get ([InAttribute] String^ Pane);
}
abstract OutputWindowEvents : OutputWindowEvents
JScript non supporta le proprietà indicizzate.

Parametri

  • Pane
    Tipo: System.String
    facoltativo.Il nome del controllo Output cristallo.se Pane viene fornito, OutputWindowEvents l'oggetto fornisce solo gli eventi per tale riquadro.

Valore proprietà

Tipo: EnvDTE.OutputWindowEvents
OutputWindowEvents oggetto.

Note

il riquadro non deve esistere quando OutputWindowEvents viene creato l'oggetto.Se il riquadro viene creato, gli eventi sono forniti automaticamente per.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Events Interfaccia

Spazio dei nomi EnvDTE