ChatConversation.NotifyRemoteParticipantComposing Méthode
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.
Déclenche localement l’événement qui indique qu’un participant distant tape.
public:
virtual void NotifyRemoteParticipantComposing(Platform::String ^ transportId, Platform::String ^ participantAddress, bool isComposing) = NotifyRemoteParticipantComposing;
void NotifyRemoteParticipantComposing(winrt::hstring const& transportId, winrt::hstring const& participantAddress, bool const& isComposing);
public void NotifyRemoteParticipantComposing(string transportId, string participantAddress, bool isComposing);
function notifyRemoteParticipantComposing(transportId, participantAddress, isComposing)
Public Sub NotifyRemoteParticipantComposing (transportId As String, participantAddress As String, isComposing As Boolean)
Paramètres
- transportId
-
String
Platform::String
winrt::hstring
Spécifie le ChatMessageTransport à utiliser.
- participantAddress
-
String
Platform::String
winrt::hstring
Adresse du participant distant.
- isComposing
-
Boolean
bool
TRUE si le participant distant tape, sinon FALSE.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|