SoundPlayer.IsLoadCompleted 屬性

定義

取得值,指出 .wav 檔的載入是否順利完成。

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

屬性值

如果已載入 .wav 檔,則為 true,如果還沒載入 .wav 檔,則為 false

適用於

另請參閱