Compartilhar via


SpeechSynthesisStream.Position Propriedade

Definição

Obtém a posição atual no SpeechSynthesisStream.

public:
 property unsigned long long Position { unsigned long long get(); };
uint64_t Position();
public ulong Position { get; }
var uInt64 = speechSynthesisStream.position;
Public ReadOnly Property Position As ULong

Valor da propriedade

UInt64

unsigned long long

uint64_t

A posição atual no fluxo.

Implementações

Aplica-se a

Confira também