다음을 통해 공유


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()

적용 대상

추가 정보