XStreamingElement Constructor
Initializes a new instance of the XStreamingElement class.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | XStreamingElement(XName^) | |
![]() | XStreamingElement(XName^, Object^) | Initializes a new instance of the XStreamingElement class with the specified name and content. |
![]() | XStreamingElement(XName^, array<Object^>^) | Initializes a new instance of the XStreamingElement class with the specified name and content. |
Queries are not iterated until the XStreamingElement is serialized. This is in contrast to using queries for content for an XElement, where queries are iterated at the time of construction of the new XElement.
For details about the valid content that can be passed to this constructor, see Valid Content of XElement and XDocument Objects1.
