ChatMessageStore.GetMessageByRemoteIdAsync(String, String) メソッド

定義

リモート 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

取得する ChatMessageRemoteId

戻り値

メッセージ。

属性

Windows の要件

アプリの機能
chat blockedChatMessages chatSystem smsSend

適用対象