FocusChangeForCrossThreadClientEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
FocusChangeForCrossThreadClientEventArgs(IntPtr) |
FocusChangeForCrossThreadClientEventArgs Tworzy obiekt skojarzony z danym oknem. |
FocusChangeForCrossThreadClientEventArgs(IntPtr, Object) |
Konstruuje FocusChangeForCrossThreadClientEventArgs obiekt, który jest skojarzony z danym oknem i dominuje z danego obiektu źródłowego. |
FocusChangeForCrossThreadClientEventArgs(IntPtr)
FocusChangeForCrossThreadClientEventArgs Tworzy obiekt skojarzony z danym oknem.
public:
FocusChangeForCrossThreadClientEventArgs(IntPtr hwndGainingFocus);
public FocusChangeForCrossThreadClientEventArgs (IntPtr hwndGainingFocus);
new Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs : nativeint -> Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs
Public Sub New (hwndGainingFocus As IntPtr)
Parametry
- hwndGainingFocus
-
IntPtr
nativeint
HWND okna należącego do wątku innego niż wątek interfejsu użytkownika programu Visual Studio, który zyskuje fokus.
Dotyczy
FocusChangeForCrossThreadClientEventArgs(IntPtr, Object)
Konstruuje FocusChangeForCrossThreadClientEventArgs obiekt, który jest skojarzony z danym oknem i dominuje z danego obiektu źródłowego.
public:
FocusChangeForCrossThreadClientEventArgs(IntPtr hwndGainingFocus, System::Object ^ source);
public FocusChangeForCrossThreadClientEventArgs (IntPtr hwndGainingFocus, object source);
new Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs : nativeint * obj -> Microsoft.VisualStudio.Shell.FocusChangeForCrossThreadClientEventArgs
Public Sub New (hwndGainingFocus As IntPtr, source As Object)
Parametry
- hwndGainingFocus
-
IntPtr
nativeint
HWND okna należącego do wątku innego niż wątek interfejsu użytkownika programu Visual Studio, który zyskuje fokus.
- source
- Object
Alternatywne źródło do wyświetlenia jako źródło zdarzenia.