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는 , AsteriskBeepExclamation소리 이벤트와 Hand 연결된 소리에 Question액세스하는 정적 메서드를 제공합니다. 각 속성은 SystemSound 소리를 재생하는 데 사용할 수 있는 값을 반환합니다.

속성

Name Description
Asterisk

현재 Windows 소리 체계에서 Asterisk 프로그램 이벤트와 연결된 소리를 가져옵니다.

Beep

현재 Windows 소리 체계에서 Beep 프로그램 이벤트와 연결된 소리를 가져옵니다.

Exclamation

현재 Windows 소리 체계에서 Exclamation 프로그램 이벤트와 연결된 소리를 가져옵니다.

Hand

현재 Windows 소리 체계에서 Hand 프로그램 이벤트와 연결된 소리를 가져옵니다.

Question

현재 Windows 소리 체계에서 Question 프로그램 이벤트와 연결된 소리를 가져옵니다.

적용 대상

추가 정보