Edit

Share via


SpeechSynthesisConnector.Seek(Int64, SeekOrigin) Method

Definition

Not supported. Sets the position within the current stream.

public:
 override long Seek(long offset, System::IO::SeekOrigin origin);
public override long Seek (long offset, System.IO.SeekOrigin origin);
override this.Seek : int64 * System.IO.SeekOrigin -> int64
Public Overrides Function Seek (offset As Long, origin As SeekOrigin) As Long

Parameters

offset
Int64

Not supported.

origin
SeekOrigin

Not supported.

Returns

Not applicable.

Exceptions

Thrown when this method is called.

Applies to