ChatConversation.NotifyRemoteParticipantComposing メソッド

定義

リモート参加者が入力していることを示すイベントをローカルでトリガーします。

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)

パラメーター

transportId
String

Platform::String

winrt::hstring

使用する ChatMessageTransport を指定します。

participantAddress
String

Platform::String

winrt::hstring

リモート参加者のアドレス。

isComposing
Boolean

bool

リモート参加者が入力している場合は TRUE、それ以外の場合は FALSE。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象