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。

実装

適用対象

こちらもご覧ください