InputHapticsManager.ThreadId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The thread ID.
- Attributes