Freigeben über


ConversationalAgentSession.GetAudioRenderDeviceIdAsync Methode

Definition

Ruft die Geräte-ID für das aktuelle Sprachausgabegerät asynchron ab.

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)

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Das Ergebnis des asynchronen Vorgangs als Zeichenfolge.

Attribute

Gilt für: