ChatConversation.NotifyLocalParticipantComposing 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.
Appelez ceci pour indiquer que le participant local a commencé ou a terminé la saisie.
public:
virtual void NotifyLocalParticipantComposing(Platform::String ^ transportId, Platform::String ^ participantAddress, bool isComposing) = NotifyLocalParticipantComposing;
void NotifyLocalParticipantComposing(winrt::hstring const& transportId, winrt::hstring const& participantAddress, bool const& isComposing);
public void NotifyLocalParticipantComposing(string transportId, string participantAddress, bool isComposing);
function notifyLocalParticipantComposing(transportId, participantAddress, isComposing)
Public Sub NotifyLocalParticipantComposing (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 local tape, sinon FALSE.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|