ChatMessageStore.GetMessageByRemoteIdAsync(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート ID でメッセージを取得します。
public:
virtual IAsyncOperation<ChatMessage ^> ^ GetMessageByRemoteIdAsync(Platform::String ^ transportId, Platform::String ^ remoteId) = GetMessageByRemoteIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ChatMessage> GetMessageByRemoteIdAsync(winrt::hstring const& transportId, winrt::hstring const& remoteId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ChatMessage> GetMessageByRemoteIdAsync(string transportId, string remoteId);
function getMessageByRemoteIdAsync(transportId, remoteId)
Public Function GetMessageByRemoteIdAsync (transportId As String, remoteId As String) As IAsyncOperation(Of ChatMessage)
パラメーター
- transportId
-
String
Platform::String
winrt::hstring
ChatMessage の取得に使用する TransportId。
- remoteId
-
String
Platform::String
winrt::hstring
取得する ChatMessage の RemoteId。
戻り値
メッセージ。
- 属性
Windows の要件
アプリの機能 |
chat
blockedChatMessages
chatSystem
smsSend
|