InputHapticsManager.GetForCurrentThread Method
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.
Returns the InputHapticsManager object for the current thread.
public:
static InputHapticsManager ^ GetForCurrentThread();
static InputHapticsManager GetForCurrentThread();
/// [Windows.Foundation.Metadata.Experimental]
static InputHapticsManager GetForCurrentThread();
public static InputHapticsManager GetForCurrentThread();
[Windows.Foundation.Metadata.Experimental]
public static InputHapticsManager GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As InputHapticsManager
Returns
The InputHapticsManager for the current thread.
- Attributes
Remarks
Multiple calls to this method on the same thread return the same object, even if the object returned by earlier calls has its reference dropped.