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。

实现

适用于

另请参阅