<PackageReference Include="System.Windows.Extensions" Version="10.0.0-preview.7.25380.108" />

SystemSounds

public static class SystemSounds
Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited.
public static SystemSound Asterisk { get; }

Gets the sound associated with the Asterisk program event in the current Windows sound scheme.

public static SystemSound Beep { get; }

Gets the sound associated with the Beep program event in the current Windows sound scheme.

public static SystemSound Exclamation { get; }

Gets the sound associated with the Exclamation program event in the current Windows sound scheme.

public static SystemSound Hand { get; }

Gets the sound associated with the Hand program event in the current Windows sound scheme.

public static SystemSound Question { get; }

Gets the sound associated with the Question program event in the current Windows sound scheme.