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
- output
Type: System.IO. . :: . .Stream
The stream to which you want to write. The XmlWriter writes XML 1.0 text syntax and appends it to the specified stream.
Return Value
Type: System.Ext.Xml. . :: . .XmlWriter
The writer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.