ChatConversation.NotifyLocalParticipantComposing 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
請呼叫這個 ,指出本機參與者已啟動或已完成輸入。
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)
參數
- transportId
-
String
Platform::String
winrt::hstring
指定要使用的 ChatMessageTransport 。
- participantAddress
-
String
Platform::String
winrt::hstring
遠端參與者的位址。
- isComposing
-
Boolean
bool
如果本機參與者正在輸入,則為 TRUE,否則為 FALSE。
Windows 需求
應用程式功能 |
chat
chatSystem
smsSend
|