EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Stream.CanWrite Property

May 02, 2013

When overridden in a derived class, gets a value indicating whether the current stream supports writing.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
public abstract bool CanWrite { get; }

Property Value

Type: System.Boolean
true if the stream supports writing; otherwise, false.

If a class derived from Stream does not support writing, a call to Write, BeginWrite, or WriteByte throws a NotSupportedException.

If the stream is closed, this property returns false.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Cela vous a-t-il été utile ?
(1500 caractères restants)
© 2013 Microsoft. Tous droits réservés.