IXmlBinaryWriterInitializer.SetOutput 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 메서드를 구현하는 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
입니다.