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
|