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
|