Udostępnij za pośrednictwem


SystemSound Klasa

Definicja

Reprezentuje systemowy typ dźwięku.

public ref class SystemSound
public class SystemSound
type SystemSound = class
Public Class SystemSound
Dziedziczenie
SystemSound

Przykłady

W poniższym przykładzie kodu pokazano użycie Asterisk właściwości .

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

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
Play()

Odtwarza systemowy typ dźwięku.

ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy

Zobacz też