Compartir a través de


Events.OutputWindowEvents (Propiedad)

Obtiene OutputWindowEvents para los eventos de ventana.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
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 no admite propiedades indizadas.

Parámetros

  • Pane
    Tipo: String

    Opcional. Nombre de un panel de la ventana Output. Si se proporciona Pane, el objeto OutputWindowEvents sólo facilita eventos para dicho panel.

Valor de propiedad

Tipo: EnvDTE.OutputWindowEvents
Un objeto OutputWindowEvents.

Comentarios

No es necesaria la existencia del panel al crear el objeto OutputWindowEvents. Si se crea el panel, se le proporcionarán eventos automáticamente.

Seguridad de .NET Framework

Vea también

Referencia

Events Interfaz

EnvDTE (Espacio de nombres)