ChatMessage.ShouldSuppressNotification 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 une valeur booléenne indiquant si la notification de réception du ChatMessage doit être supprimée.
public:
property bool ShouldSuppressNotification { bool get(); void set(bool value); };
bool ShouldSuppressNotification();
void ShouldSuppressNotification(bool value);
public bool ShouldSuppressNotification { get; set; }
var boolean = chatMessage.shouldSuppressNotification;
chatMessage.shouldSuppressNotification = boolean;
Public Property ShouldSuppressNotification As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne indiquant si la notification de réception du ChatMessage doit être supprimée.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|