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.

XStreamingElement::ToString Method

 

Returns the XML for this streaming element, optionally disabling formatting.

Namespace:   System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

NameDescription
System_CAPS_pubmethodToString()

Returns the formatted (indented) XML for this streaming element.(Overrides Object::ToString().)

System_CAPS_pubmethodToString(SaveOptions)

Returns the XML for this streaming element, optionally disabling formatting.

Note that when debugging a program that uses XStreamingElement, displaying the value of an object causes its ToString method to be called. This causes the XML to be serialized. If the semantics of your streaming element query are such that the streaming element can only be streamed once, this may cause undesirable behavior in your debugging experience.

Return to top
Show:
© 2017 Microsoft