Edit

Share via


SpeechSynthesisConnector.Position Property

Definition

Gets or sets the position within the current stream. Setting this property is not supported.

public:
 virtual property long Position { long get(); void set(long value); };
public override long Position { get; set; }
member this.Position : int64 with get, set
Public Overrides Property Position As Long

Property Value

Exceptions

Thrown when the stream has been disposed.

Thrown when an attempt is made to set the position in the stream.

Applies to