共用方式為


SpeechSynthesisStream.CanWrite 屬性

定義

取得值,這個值表示 SpeechSynthesisStream 是否可以寫入。

public:
 property bool CanWrite { bool get(); };
bool CanWrite();
public bool CanWrite { get; }
var boolean = speechSynthesisStream.canWrite;
Public ReadOnly Property CanWrite As Boolean

屬性值

Boolean

bool

如果資料流程可以寫入,則為 True;否則為 false。

實作

適用於

另請參閱