Compartilhar via


AppActivateEventArgs.ThreadId Property

Definition

If HostAppActivating is true this represents the thread ID if the thread that owns the window being deactivated. If it is false it is the thread ID of the thread that owns the window that is being activated.

public:
 property System::UInt32 ThreadId { System::UInt32 get(); };
public:
 property unsigned int ThreadId { unsigned int get(); };
public uint ThreadId { get; }
member this.ThreadId : uint32
Public ReadOnly Property ThreadId As UInteger

Property Value

Applies to