SpeechSynthesisStream.Seek(UInt64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SpeechSynthesisStream 内の指定した位置に移動します。
public:
virtual void Seek(unsigned long long position) = Seek;
void Seek(uint64_t const& position);
public void Seek(ulong position);
function seek(position)
Public Sub Seek (position As ULong)
パラメーター
- position
-
UInt64
unsigned long long
uint64_t
ストリーム内の目的の位置。
実装
M:Windows.Storage.Streams.IRandomAccessStream.Seek(System.UInt64)
M:Windows.Storage.Streams.IRandomAccessStream.Seek(unsigned long long)
M:Windows.Storage.Streams.IRandomAccessStream.Seek(uint64_t)