ElementSoundPlayer.Play(ElementSoundKind) 메서드

정의

지정된 소리를 재생합니다.

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)

매개 변수

sound
ElementSoundKind

재생할 소리를 지정하는 열거형의 값입니다.

설명

자세한 내용은 UWP 앱의 소리를 참조하세요.

적용 대상