SystemSounds.Asterisk プロパティ

定義

現在の Windows サウンド スキームで Asterisk プログラム イベントに関連付けられているサウンドを取得します。

public:
 static property System::Media::SystemSound ^ Asterisk { System::Media::SystemSound ^ get(); };
public static System.Media.SystemSound Asterisk { get; }
static member Asterisk : System.Media.SystemSound
Public Shared ReadOnly Property Asterisk As SystemSound

プロパティ値

現在の Windows サウンド スキームで Asterisk プログラム イベントに関連付けられている SystemSound

次のコード例では、 プロパティの使用方法を 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()

適用対象

こちらもご覧ください