XStreamingElement Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The XStreamingElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(Object) | Adds the specified content as children to this XStreamingElement. |
|
Add(Object()) | Adds the specified content as children to this XStreamingElement. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Save(Stream) | Outputs this XStreamingElement to the specified Stream. |
|
Save(TextWriter) | Serialize this streaming element to a TextWriter. |
|
Save(XmlWriter) | Serialize this streaming element to an XmlWriter. |
|
Save(Stream, SaveOptions) | Outputs this XStreamingElement to the specified Stream, optionally specifying formatting behavior. |
|
Save(TextWriter, SaveOptions) | Serialize this streaming element to a TextWriter, optionally disabling formatting. |
|
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. |
|
WriteTo | Writes this streaming element to an XmlWriter. |
Show: