Compartir a través de


Events2.OutputWindowEvents (Propiedad)

Obtiene OutputWindowEvents para los eventos de ventana.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.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: OutputWindowEvents
Un objeto OutputWindowEvents.

Comentarios

No es necesaria la existencia del panel al crear el objeto OutputWindowEvents. En el momento en que se cree el panel, se le proporcionarán eventos automáticamente.

Seguridad de .NET Framework

Vea también

Referencia

Events2 Interfaz

EnvDTE80 (Espacio de nombres)