ElementSoundPlayer.Play(ElementSoundKind) Méthode

Définition

Lit le son spécifié.

public:
 static void Play(ElementSoundKind sound);
 static void Play(ElementSoundKind const& sound);
public static void Play(ElementSoundKind sound);
function play(sound)
Public Shared Sub Play (sound As ElementSoundKind)

Paramètres

sound
ElementSoundKind

Valeur de l’énumération qui spécifie le son à lire.

Remarques

Pour plus d’informations, consultez Son dans les applications UWP.

S’applique à