SystemSound Clase

Definición

Representa un tipo de sonido del sistema.

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

Ejemplos

En el ejemplo de código siguiente se muestra el uso de la Asterisk propiedad .

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

Métodos

Equals(Object)

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()

Sirve como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Object actual.

(Heredado de Object)
Play()

Reproduce el tipo de sonido del sistema.

ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a

Consulte también