Compartir a través de


SpeechSynthesisStream.Size Propiedad

Definición

Obtiene o establece el tamaño de SpeechSynthesisStream.

public:
 property unsigned long long Size { unsigned long long get(); void set(unsigned long long value); };
uint64_t Size();

void Size(uint64_t value);
public ulong Size { get; set; }
var uInt64 = speechSynthesisStream.size;
speechSynthesisStream.size = uInt64;
Public Property Size As ULong

Valor de propiedad

UInt64

unsigned long long

uint64_t

Tamaño de la secuencia.

Implementaciones

Se aplica a

Consulte también