ChatConversation.NotifyRemoteParticipantComposing 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在本機觸發事件,指出遠端參與者正在輸入。
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
|