WriteXML(Environment, Stream) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the WriteParams instead.

Standard constructor with stream.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
public WriteXML( 
Environment environment
Stream stream 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment control

stream
Stream

The file stream

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition