다음을 통해 공유


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 소리를 비동기적으로 재생합니다.

적용 대상

추가 정보