XStreamingElement.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the XML for this streaming element, optionally disabling formatting.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ToString() | Returns the formatted (indented) XML for this streaming element. (Overrides Object.ToString().) |
|
ToString(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.