AppActivateEventArgs.ThreadId Property
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.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Property ThreadId As UInteger
Get
Private Set
'Utilisation
Dim instance As AppActivateEventArgs
Dim value As UInteger
value = instance.ThreadId
public uint ThreadId { get; private set; }
public:
property unsigned int ThreadId {
unsigned int get ();
private: void set (unsigned int value);
}
member ThreadId : uint32 with get, private set
function get ThreadId () : uint
private function set ThreadId (value : uint)
Property Value
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace