Share via


Create Method

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

Creates a new XmlWriter instance using the specified stream.

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

Syntax

'Declaration
Public Shared Function Create ( _
    output As Stream _
) As XmlWriter
public static XmlWriter Create(
    Stream output
)
public:
static XmlWriter^ Create(
    Stream^ output
)
static member Create : 
        output:Stream -> XmlWriter 
public static function Create(
    output : Stream
) : XmlWriter

Parameters

Return Value

Type: System.Ext.Xml. . :: . .XmlWriter
The writer.

.NET Framework Security

See Also

Reference

XmlWriter Class

System.Ext.Xml Namespace