Compartilhar via


ChatMessageStore.GetMessageBySyncIdAsync(String) Método

Definição

Obtém uma mensagem pela ID de sincronização.

public:
 virtual IAsyncOperation<ChatMessage ^> ^ GetMessageBySyncIdAsync(Platform::String ^ syncId) = GetMessageBySyncIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ChatMessage> GetMessageBySyncIdAsync(winrt::hstring const& syncId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ChatMessage> GetMessageBySyncIdAsync(string syncId);
function getMessageBySyncIdAsync(syncId)
Public Function GetMessageBySyncIdAsync (syncId As String) As IAsyncOperation(Of ChatMessage)

Parâmetros

syncId
String

Platform::String

winrt::hstring

A ID de sincronização da mensagem.

Retornos

Quando a operação assíncrona é concluída, um objeto ChatMessage é retornado.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 Anniversary Edition (introduzida na 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v3.0)
Funcionalidades do aplicativo
chat chatSystem smsSend

Aplica-se a