InputHapticsManager.ThreadId Property

Definition

Gets the ID of the thread that owns this InputHapticsManager object.

public:
 property unsigned int ThreadId { unsigned int get(); };
uint32_t ThreadId();
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
uint32_t ThreadId();
public uint ThreadId { get; }
[Windows.Foundation.Metadata.Experimental]
public uint ThreadId { [Windows.Foundation.Metadata.Experimental] get; }
var uInt32 = inputHapticsManager.threadId;
Public ReadOnly Property ThreadId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The thread ID.

Attributes

Applies to

See also