Partager via


ChatMessageStore.GetMessageBySyncIdAsync(String) Méthode

Définition

Obtient un message par l’ID de synchronisation.

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)

Paramètres

syncId
String

Platform::String

winrt::hstring

ID de synchronisation du message.

Retours

Une fois l’opération asynchrone terminée, un objet ChatMessage est retourné.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à