次の方法で共有


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 、サウンドを非同期的に再生します。

適用対象

こちらもご覧ください