InputHapticsManager.IsSupported 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.
Indicates whether the InputHapticsManager functionality is supported on the system.
public:
static bool IsSupported();
static bool IsSupported();
/// [Windows.Foundation.Metadata.Experimental]
static bool IsSupported();
public static bool IsSupported();
[Windows.Foundation.Metadata.Experimental]
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean
Returns
bool
true if the InputHapticsManager functionality is supported; otherwise, false.
- Attributes