SpeechSynthesisStream.Size 属性

定义

获取或设置 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

属性值

UInt64

unsigned long long

uint64_t

流的大小。

实现

适用于

另请参阅