다음을 통해 공유


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

적용 대상

추가 정보