SpeechSynthesisStream.Position 属性

定义

获取 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

属性值

UInt64

unsigned long long

uint64_t

流中的当前位置。

实现

适用于

另请参阅