SimpleHapticsController.IsIntensitySupported Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient si l’appareil d’entrée haptique prend en charge l’intensité des commentaires.
public:
property bool IsIntensitySupported { bool get(); };
bool IsIntensitySupported();
public bool IsIntensitySupported { get; }
var boolean = simpleHapticsController.isIntensitySupported;
Public ReadOnly Property IsIntensitySupported As Boolean
Valeur de propriété
Boolean
bool
true si l’intensité des commentaires est prise en charge. Dans le cas contraire, la valeur est false.