XmlDictionaryWriter.WriteValue Method (IStreamProvider)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Writes a value from an IStreamProvider.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Syntax
'Declaration
Public Overridable Sub WriteValue ( _
value As IStreamProvider _
)
public virtual void WriteValue(
IStreamProvider value
)
Parameters
- value
Type: System.Xml.IStreamProvider
The IStreamProvider for the stream that contains the values to be written.
Remarks
The contents of the stream provided by the IStreamProvider is written as Base64 data, unless this method is overridden in a derived class.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.