ManipulationUpdatedEventArgs.CurrentContactCount 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 le nombre actuel de points de contact pour l’événement ManipulationUpdated en cours.
public:
property unsigned int CurrentContactCount { unsigned int get(); };
uint32_t CurrentContactCount();
public uint CurrentContactCount { get; }
var uInt32 = manipulationUpdatedEventArgs.currentContactCount;
Public ReadOnly Property CurrentContactCount As UInteger
Valeur de propriété
Nombre de points de contact.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2004 (introduit dans 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v10.0)
|
Remarques
ContactCount retourne toujours le nombre de contacts détectés lorsque la manipulation en cours a démarré.
CurrentContactCount retourne le nombre de contacts actifs. Ce nombre peut ou non être égal à ContactCount, car des contacts peuvent être ajoutés ou supprimés après le début de la manipulation.