ChatStoreChangedEventKind Énumération
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.
Spécifie le type de modification qui s’est produite pour un événement ChatMessageStoreChanged .
public enum class ChatStoreChangedEventKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ChatStoreChangedEventKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ChatStoreChangedEventKind
var value = Windows.ApplicationModel.Chat.ChatStoreChangedEventKind.notificationsMissed
Public Enum ChatStoreChangedEventKind
- Héritage
-
ChatStoreChangedEventKind
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|
Champs
ConversationDeleted | 6 | Une conversation a été supprimée |
ConversationModified | 5 | Une conversation a été modifiée |
ConversationTransportDeleted | 7 | Une conversation a été supprimée de tous les messages d’un transport. |
MessageCreated | 2 | Un message de conversation a été créé |
MessageDeleted | 4 | Un message de conversation a été supprimé |
MessageModified | 3 | Un message de conversation a été modifié |
NotificationsMissed | 0 | Les notifications ont été manquées |
StoreModified | 1 | Le magasin de conversations a été modifié |