IXmlBinaryWriterInitializer.SetOutput Yöntem

Tanım

Bu yöntemi uygulayan XML ikili yazıcıları için başlatma gereksinimlerini belirtir.

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)

Parametreler

stream
Stream

Yazacak akış.

dictionary
IXmlDictionary

XmlDictionary Kullanılacak.

ownsStream
Boolean

true akışın bitirildiğinde yazıcı tarafından kapatıldığından söz etmek için; aksi takdirde , false.

Şunlara uygulanır