Propriedade Events.OutputWindowEvents
Obtém o OutputWindowEvents para os eventos de janela.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
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 não oferece suporte a propriedades indexadas.
Parâmetros
Pane
Tipo: StringOpcional. O nome de um Output windowpane. Se Pane for fornecida, o OutputWindowEvents objeto apenas fornece eventos para esse painel.
Valor de propriedade
Tipo: EnvDTE.OutputWindowEvents
Um objeto OutputWindowEvents.
Comentários
O painel não precisa existir quando o OutputWindowEvents objeto é criado. Se o painel é criado, eventos são automaticamente fornecidos por ele.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.