AppActivateEventArgs(Boolean, UInt32) Konstruktor

Definition

Nur für die interne Verwendung durch Microsoft vorgesehen.

public:
 AppActivateEventArgs(bool hostAppActivating, System::UInt32 threadId);
public:
 AppActivateEventArgs(bool hostAppActivating, unsigned int threadId);
 AppActivateEventArgs(bool hostAppActivating, unsigned int threadId);
public AppActivateEventArgs (bool hostAppActivating, uint threadId);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.AppActivateEventArgs : bool * uint32 -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.AppActivateEventArgs
Public Sub New (hostAppActivating As Boolean, threadId As UInteger)

Parameter

hostAppActivating
Boolean

True, wenn die Hostanwendung eine Aktivierung erzielt; andernfalls false.

threadId
UInt32

Wenn hostAppActivating wahr ist, stellt dies die Thread-ID dar, wenn der Thread, der das Fenster besitzt, deaktiviert wird. Wenn es falsch ist, ist es die Thread-ID des Threads, der das Fenster besitzt, das aktiviert wird.

Gilt für