共用方式為


SpeechSynthesisStream.CanRead 屬性

定義

取得 SpeechSynthesisStream 是否可以讀取。

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

屬性值

Boolean

bool

如果可從中讀取資料流程,則為 True;否則為 false。

實作

適用於

另請參閱