ChatMessage.ThreadingInfo 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 les informations de thread de conversation pour chatMessage.
public:
property ChatConversationThreadingInfo ^ ThreadingInfo { ChatConversationThreadingInfo ^ get(); void set(ChatConversationThreadingInfo ^ value); };
ChatConversationThreadingInfo ThreadingInfo();
void ThreadingInfo(ChatConversationThreadingInfo value);
public ChatConversationThreadingInfo ThreadingInfo { get; set; }
var chatConversationThreadingInfo = chatMessage.threadingInfo;
chatMessage.threadingInfo = chatConversationThreadingInfo;
Public Property ThreadingInfo As ChatConversationThreadingInfo
Valeur de propriété
Informations de thread de conversation pour chatMessage.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|