次の方法で共有


SpeechSynthesisStream.Seek(UInt64) メソッド

定義

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)

適用対象

こちらもご覧ください