Partager via


ChatConversation.NotifyRemoteParticipantComposing Méthode

Définition

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

S’applique à