다음을 통해 공유


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

적용 대상

추가 정보