Partager via


ConversationalAgentSession.GetAudioRenderDeviceIdAsync Méthode

Définition

Récupère de manière asynchrone l’ID de l’appareil de sortie vocale actuel.

public:
 virtual IAsyncOperation<Platform::String ^> ^ GetAudioRenderDeviceIdAsync() = GetAudioRenderDeviceIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetAudioRenderDeviceIdAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetAudioRenderDeviceIdAsync();
function getAudioRenderDeviceIdAsync()
Public Function GetAudioRenderDeviceIdAsync () As IAsyncOperation(Of String)

Retours

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Résultat de l’opération asynchrone sous forme de chaîne.

Attributs

S’applique à