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

‘선언
Public Property ThreadId As UInteger
    Get
    Private Set
‘사용 방법
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

See Also

Reference

AppActivateEventArgs Class

AppActivateEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace