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 | |
---|---|---|
WindowEventsClass | Infrastruktura. Microsoft tylko do użytku wewnętrznego. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
add_WindowActivated | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
add_WindowClosing | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
add_WindowCreated | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
add_WindowMoved | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
remove_WindowActivated | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
remove_WindowClosing | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
remove_WindowCreated | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
remove_WindowMoved | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Zdarzenia
Nazwa | Opis | |
---|---|---|
WindowActivated | Występuje, gdy okno otrzymuje fokus. | |
WindowClosing | Występuje tuż przed zamyka okno. | |
WindowCreated | Występuje, gdy tworzone jest nowe okno. | |
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.