次の方法で共有


SystemSounds.Hand プロパティ

定義

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

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

プロパティ値

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

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

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

適用対象

こちらもご覧ください