Classe OutputWindowEventsClass
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Hierarquia de herança
Object
EnvDTE.OutputWindowEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
<ClassInterfaceAttribute()> _
<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")> _
Public Class OutputWindowEventsClass _
Implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")]
public class OutputWindowEventsClass : _OutputWindowEvents,
OutputWindowEvents, _dispOutputWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"3760037F-B012-44F8-9C23-3609D7A16DEF")]
public ref class OutputWindowEventsClass : _OutputWindowEvents,
OutputWindowEvents, _dispOutputWindowEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")>]
type OutputWindowEventsClass =
class
interface _OutputWindowEvents
interface OutputWindowEvents
interface _dispOutputWindowEvents_Event
end
public class OutputWindowEventsClass implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
O tipo OutputWindowEventsClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
OutputWindowEventsClass | Infraestrutura. Somente para uso interno da Microsoft. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
add_PaneAdded | Infraestrutura. Somente para uso interno da Microsoft. | |
add_PaneClearing | Infraestrutura. Somente para uso interno da Microsoft. | |
add_PaneUpdated | Infraestrutura. Somente para uso interno da Microsoft. | |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
remove_PaneAdded | Infraestrutura. Somente para uso interno da Microsoft. | |
remove_PaneClearing | Infraestrutura. Somente para uso interno da Microsoft. | |
remove_PaneUpdated | Infraestrutura. Somente para uso interno da Microsoft. | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Eventos
Nome | Descrição | |
---|---|---|
PaneAdded | Ocorre quando um novo painel de janela de saída é criado. | |
PaneClearing | Ocorre quando todo o texto em um painel de janela de saída é excluído. | |
PaneUpdated | Ocorre quando o novo texto é adicionado para um painel na janela Saída. |
Superior
Comentários
Consulte OutputWindowEvents para essa funcionalidade. Não criar uma instância dessa classe.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.