Condividi tramite


SystemSound Classe

Definizione

Rappresenta un tipo di suono di sistema.

public ref class SystemSound
public class SystemSound
type SystemSound = class
Public Class SystemSound
Ereditarietà
SystemSound

Esempio

Nell'esempio di codice seguente viene illustrato l'uso della Asterisk proprietà .

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

Metodi

Nome Descrizione
Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
Play()

Riproduce il tipo di suono del sistema.

ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a

Vedi anche