Events2.OutputWindowEvents[String] Propriedade

Definição

Obtém o OutputWindowEvents para os eventos de janela.

public:
 property EnvDTE::OutputWindowEvents ^ OutputWindowEvents[System::String ^] { EnvDTE::OutputWindowEvents ^ get(System::String ^ Pane); };
[System.Runtime.InteropServices.DispId(305)]
public EnvDTE.OutputWindowEvents OutputWindowEvents[string Pane = ""] { [System.Runtime.InteropServices.DispId(305)] get; }
[<System.Runtime.InteropServices.DispId(305)>]
[<get: System.Runtime.InteropServices.DispId(305)>]
member this.OutputWindowEvents(string) : EnvDTE.OutputWindowEvents
Public ReadOnly Property OutputWindowEvents(Optional Pane As String = "") As OutputWindowEvents

Parâmetros

Pane
String

Opcional. O nome de um Output windowpane. Se o painel for fornecido, o OutputWindowEvents objeto só fornecerá eventos para esse painel.

Valor da propriedade

OutputWindowEvents

Um objeto OutputWindowEvents.

Implementações

Atributos

Comentários

O painel não precisa existir quando o OutputWindowEvents objeto é criado. Se o painel já for criado, os eventos serão fornecidos automaticamente para ele.

Aplica-se a