SoundPlayer.IsLoadCompleted Proprietà

Definizione

Ottiene un valore indicante se il caricamento di un file wav è stato completato correttamente.

public:
 property bool IsLoadCompleted { bool get(); };
public bool IsLoadCompleted { get; }
member this.IsLoadCompleted : bool
Public ReadOnly Property IsLoadCompleted As Boolean

Valore della proprietà

true, se è stato caricato un file wav. false, se non è ancora stato caricato un file wav.

Si applica a

Vedi anche