Partager via


ChatConversation.NotifyLocalParticipantComposing Méthode

Définition

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

S’applique à