Edit

Share via


COMCharStream.Length Property

Definition

Overloads

Length

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the length of the stream.

Length

Gets the length of the stream.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long

Property Value

The length of the stream.

See also

Applies to