Partilhar via


SpeechSynthesisStream.Seek(UInt64) Método

Definição

Vai para a posição especificada em 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)

Parâmetros

position
UInt64

unsigned long long

uint64_t

A posição desejada dentro do fluxo.

Implementações

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)

Aplica-se a

Confira também