ElementSoundPlayer.Play(ElementSoundKind) Método

Definição

Reproduz o som especificado.

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)

Parâmetros

sound
ElementSoundKind

Um valor da enumeração que especifica o som a ser reproduzido.

Comentários

Para obter mais informações, consulte Som em aplicativos UWP.

Aplica-se a