IXmlBinaryWriterInitializer.SetOutput Methode

Definitie

Hiermee geeft u initialisatievereisten op voor BINAIRE XML-schrijvers die deze methode implementeren.

public:
 void SetOutput(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlBinaryWriterSession ^ session, bool ownsStream);
public void SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlBinaryWriterSession? session, bool ownsStream);
public void SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream);
abstract member SetOutput : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlBinaryWriterSession * bool -> unit
Public Sub SetOutput (stream As Stream, dictionary As IXmlDictionary, session As XmlBinaryWriterSession, ownsStream As Boolean)

Parameters

stream
Stream

De stroom waar naar moet worden geschreven.

dictionary
IXmlDictionary

De XmlDictionary te gebruiken.

ownsStream
Boolean

true om aan te geven dat de stream door de schrijver wordt gesloten wanneer deze klaar is; anders, false.

Van toepassing op