PhoneCallHistoryEntry.IsRinging 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 ou définit si un appel sonne actuellement.
public:
property bool IsRinging { bool get(); void set(bool value); };
bool IsRinging();
void IsRinging(bool value);
public bool IsRinging { get; set; }
var boolean = phoneCallHistoryEntry.isRinging;
phoneCallHistoryEntry.isRinging = boolean;
Public Property IsRinging As Boolean
Valeur de propriété
Boolean
bool
True si l’appel sonne actuellement, sinon false.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|