SystemSounds.Exclamation プロパティ

定義

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

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

プロパティ値

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

次のコード例では、 プロパティの使用方法を Exclamation 示します。

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

適用対象

こちらもご覧ください