Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDictionaryWriter::WriteValue Method (IStreamProvider^)

 

Writes a value from an IStreamProvider.

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
virtual void WriteValue(
	IStreamProvider^ value
)

Parameters

value
Type: System.Xml::IStreamProvider^

The IStreamProvider value to write.

Exception Condition
ArgumentNullException

value is null.

XmlException

value returns a null stream object.

InvalidOperationException

An XmlDictionaryWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.”

The contents of the stream provided by the IStreamProvider are written as Base64 data, unless this method is overridden in a derived class.

For the asynchronous version of this method, see WriteValueAsync.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft