Udostępnij za pośrednictwem


Klasa WindowEventsClass

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Hierarchia dziedziczenia

Object
  EnvDTE.WindowEventsClass

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
<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

Typ WindowEventsClass uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda publiczna WindowEventsClass Infrastruktura. Microsoft tylko do użytku wewnętrznego.

Początek

Metody

  Nazwa Opis
Metoda publiczna add_WindowActivated Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_WindowClosing Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_WindowCreated Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_WindowMoved Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna remove_WindowActivated Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_WindowClosing Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_WindowCreated Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_WindowMoved Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Zdarzenia

  Nazwa Opis
Zdarzenie publiczne WindowActivated Występuje, gdy okno otrzymuje fokus.
Zdarzenie publiczne WindowClosing Występuje tuż przed zamyka okno.
Zdarzenie publiczne WindowCreated Występuje, gdy tworzone jest nowe okno.
Zdarzenie publiczne WindowMoved Występuje po okno jest położenie lub rozmiar.

Początek

Uwagi

Odnoszą się do WindowEvents dla tej funkcji.Tworzy wystąpienia tej klasy.

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw EnvDTE