IXmlBinaryWriterInitializer.SetOutput Метод

Определение

Указывает требования инициализации для модулей записи двоичных данных XML, реализующих этот метод.

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)

Параметры

stream
Stream

Поток, в который требуется выполнить запись.

dictionary
IXmlDictionary

Используемый XmlDictionary.

session
XmlBinaryWriterSession

Используемый XmlBinaryWriterSession.

ownsStream
Boolean

Значение true для указания того, что поток закрывается средством записи после завершения; в противном случае — значение false.

Применяется к