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

적용 대상