IDefaultAudioDeviceChangedEventArgs.Id Property

Definition

Gets the ID of the newly selected audio device that raised the device change event.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = iDefaultAudioDeviceChangedEventArgs.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

ID of the newly selected audio device that raised the device change event.

Applies to