Share via


XmlWriter Constructor (Stream)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the XmlWriter class with the specified stream.

Namespace:  System.Ext.Xml
Assembly:  MFDpwsExtensions (in MFDpwsExtensions.dll)

Syntax

'Declaration
Protected Sub New ( _
    output As Stream _
)
protected XmlWriter(
    Stream output
)
protected:
XmlWriter(
    Stream^ output
)
new : 
        output:Stream -> XmlWriter
protected function XmlWriter(
    output : Stream
)

Parameters

.NET Framework Security

See Also

Reference

XmlWriter Class

XmlWriter Overload

System.Ext.Xml Namespace