XStreamingElement Methods
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public method Add(Object) Adds the specified content as children to this XStreamingElement.
Public method Add(Object()) Adds the specified content as children to this XStreamingElement.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save(Stream) Outputs this XStreamingElement to the specified Stream.
Public method Save(TextWriter) Serialize this streaming element to a TextWriter.
Public method Save(XmlWriter) Serialize this streaming element to an XmlWriter.
Public method Save(Stream, SaveOptions) Outputs this XStreamingElement to the specified Stream, optionally specifying formatting behavior.
Public method Save(TextWriter, SaveOptions) Serialize this streaming element to a TextWriter, optionally disabling formatting.
Public method ToString Returns the formatted (indented) XML for this streaming element. (Overrides Object.ToString.)
Public method ToString(SaveOptions) Returns the XML for this streaming element, optionally disabling formatting.
Public method WriteTo Writes this streaming element to an XmlWriter.
Top

Show:
© 2017 Microsoft