Proprietà Events2.OutputWindowEvents
Ottiene l'oggetto OutputWindowEvents per gli eventi Window.
Spazio dei nomi: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.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 :
Pane:string -> OutputWindowEvents with get
JScript non supporta le proprietà indicizzate.
Parametri
Pane
Tipo: StringFacoltativa. Nome del riquadro di una finestra Output. Se viene fornito Pane, l'oggetto OutputWindowEvents fornisce solo gli eventi per quel riquadro.
Valore proprietà
Tipo: OutputWindowEvents
Un oggetto OutputWindowEvents.
Note
Non è necessario che il riquadro esista già alla creazione dell'oggetto OutputWindowEvents. Se il riquadro è già stato creato, verranno automaticamente forniti eventi per esso.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.