Classe WindowEventsClass
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.WindowEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
<GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")> _
<ClassInterfaceAttribute()> _
Public Class WindowEventsClass _
Implements _WindowEvents, WindowEvents, _dispWindowEvents_Event
[GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
[ClassInterfaceAttribute()]
public class WindowEventsClass : _WindowEvents,
WindowEvents, _dispWindowEvents_Event
[GuidAttribute(L"2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
[ClassInterfaceAttribute()]
public ref class WindowEventsClass : _WindowEvents,
WindowEvents, _dispWindowEvents_Event
[<GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")>]
[<ClassInterfaceAttribute()>]
type WindowEventsClass =
class
interface _WindowEvents
interface WindowEvents
interface _dispWindowEvents_Event
end
public class WindowEventsClass implements _WindowEvents, WindowEvents, _dispWindowEvents_Event
O tipo WindowEventsClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
WindowEventsClass | Infraestrutura. Somente para uso interno da Microsoft. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
add_WindowActivated | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
add_WindowClosing | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
add_WindowCreated | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
add_WindowMoved | 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_WindowActivated | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
remove_WindowClosing | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
remove_WindowCreated | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
remove_WindowMoved | Infraestrutura. Somente para uso interno da Microsoft. |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Eventos
Nome | Descrição | |
---|---|---|
![]() |
WindowActivated | Ocorre quando uma janela recebe o foco. |
![]() |
WindowClosing | Ocorre imediatamente antes de uma janela é fechada. |
![]() |
WindowCreated | Ocorre quando uma nova janela é criada. |
![]() |
WindowMoved | Ocorre depois que uma janela é movida ou redimensionada. |
Superior
Comentários
Consulte WindowEvents 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.