다음을 통해 공유


SystemSound.Play 메서드

정의

시스템 사운드 유형을 재생합니다.

public:
 void Play();
public void Play();
member this.Play : unit -> unit
Public Sub Play ()

예제

다음 코드 예제에서는 속성의 사용을 보여 줍니다 Asterisk .

// Plays the sound associated with the Asterisk system event.
SystemSounds::Asterisk->Play();
// Plays the sound associated with the Asterisk system event.
SystemSounds.Asterisk.Play();
' Plays the sound associated with the Asterisk system event.
SystemSounds.Asterisk.Play()

설명

메서드는 Play 비동기적으로 소리를 재생합니다.

적용 대상

추가 정보