ChatMessageManager.GetTransportsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient de façon asynchrone les transports de messages de conversation disponibles sur l’appareil.
public:
static IAsyncOperation<IVectorView<ChatMessageTransport ^> ^> ^ GetTransportsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<ChatMessageTransport>> GetTransportsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<ChatMessageTransport>> GetTransportsAsync();
function getTransportsAsync()
Public Shared Function GetTransportsAsync () As IAsyncOperation(Of IReadOnlyList(Of ChatMessageTransport))
Retours
Opération asynchrone qui retourne une liste de transports en cas de réussite de l’exécution.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
blockedChatMessages
chatSystem
smsSend
|