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
|