SystemSound.Play Metod

Definition

Spelar upp systemljudtypen.

public:
 void Play();
public void Play();
member this.Play : unit -> unit
Public Sub Play ()

Exempel

Följande kodexempel visar hur egenskapen används Asterisk .

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

Kommentarer

Metoden Play spelar upp ljudet asynkront.

Gäller för

Se även