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
|