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

適用於