COMCharStream.CanWrite Property

Definition

Gets a value that indicates whether the current stream supports writing.

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

public:
 virtual property bool CanWrite { bool get(); };
public override bool CanWrite { get; }
member this.CanWrite : bool
Public Overrides ReadOnly Property CanWrite As Boolean

Property Value

true in all cases.

Applies to

See also