SystemSounds 클래스

정의

Windows 운영 체제의 소리 이벤트 형식 집합과 연결된 소리를 검색합니다. 이 클래스는 상속될 수 없습니다.

public ref class SystemSounds abstract sealed
public ref class SystemSounds sealed
public static class SystemSounds
public sealed class SystemSounds
type SystemSounds = class
Public Class SystemSounds
Public NotInheritable Class SystemSounds
상속
SystemSounds

설명

클래스는 SystemSounds 현재 사용자의 운영 체제 사운드 이벤트 유형 집합과 연결된 소리를 검색하는 메서드를 제공합니다. 운영 체제 사운드 이벤트의 각 유형과 관련된 소리는 Windows 제어판 구성할 수 있습니다.

SystemSounds는 , , BeepExclamationHandQuestion 소리 이벤트와 연결된 소리에 Asterisk액세스하는 정적 메서드를 제공합니다. 각 속성은 SystemSound 소리를 재생하는 데 사용할 수 있는 을 반환합니다.

속성

Asterisk

현재 Windows 소리 구성표의 Asterisk 프로그램 이벤트와 연결된 소리를 가져옵니다.

Beep

현재 Windows 소리 구성표의 Beep 프로그램 이벤트와 연결된 소리를 가져옵니다.

Exclamation

현재 Windows 소리 구성표의 Exclamation 프로그램 이벤트와 연결된 소리를 가져옵니다.

Hand

현재 Windows 소리 구성표의 Hand 프로그램 이벤트와 연결된 소리를 가져옵니다.

Question

현재 Windows 소리 구성표의 Question 프로그램 이벤트와 연결된 소리를 가져옵니다.

적용 대상

추가 정보