다음을 통해 공유


XamlXmlWriter 생성자

정의

XamlXmlWriter 클래스의 새 인스턴스를 초기화합니다.

오버로드

XamlXmlWriter(Stream, XamlSchemaContext)

스트림에서 XamlXmlWriter 클래스의 새 인스턴스를 초기화합니다.

XamlXmlWriter(TextWriter, XamlSchemaContext)

XamlXmlWriter 기초에서 TextWriter 클래스의 새 인스턴스를 초기화합니다.

XamlXmlWriter(XmlWriter, XamlSchemaContext)

XamlXmlWriter 기초에서 XmlWriter 클래스의 새 인스턴스를 초기화합니다.

XamlXmlWriter(Stream, XamlSchemaContext, XamlXmlWriterSettings)

작성기 설정 개체를 사용하여 스트림에서 XamlXmlWriter 클래스의 새 인스턴스를 초기화합니다.

XamlXmlWriter(TextWriter, XamlSchemaContext, XamlXmlWriterSettings)

설정 개체를 사용하여 XamlXmlWriter 기초에서 TextWriter 클래스의 새 인스턴스를 초기화합니다.

XamlXmlWriter(XmlWriter, XamlSchemaContext, XamlXmlWriterSettings)

설정 개체를 사용하여 XamlXmlWriter 기초에서 XmlWriter 클래스의 새 인스턴스를 초기화합니다.

XamlXmlWriter(Stream, XamlSchemaContext)

스트림에서 XamlXmlWriter 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlXmlWriter(System::IO::Stream ^ stream, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlWriter (System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlWriter : System.IO.Stream * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlWriter
Public Sub New (stream As Stream, schemaContext As XamlSchemaContext)

매개 변수

stream
Stream

쓸 스트림입니다.

schemaContext
XamlSchemaContext

XAML 작성기의 XAML 스키마 컨텍스트입니다.

예외

stream이(가) null인 경우

또는 schemaContext이(가) null인 경우

적용 대상

XamlXmlWriter(TextWriter, XamlSchemaContext)

XamlXmlWriter 기초에서 TextWriter 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlXmlWriter(System::IO::TextWriter ^ textWriter, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlWriter (System.IO.TextWriter textWriter, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlWriter : System.IO.TextWriter * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlWriter
Public Sub New (textWriter As TextWriter, schemaContext As XamlSchemaContext)

매개 변수

textWriter
TextWriter

출력을 작성하는 TextWriter입니다.

schemaContext
XamlSchemaContext

XAML 작성기의 XAML 스키마 컨텍스트입니다.

예외

textWriter 또는 schemaContextnull인 경우

적용 대상

XamlXmlWriter(XmlWriter, XamlSchemaContext)

XamlXmlWriter 기초에서 XmlWriter 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlXmlWriter(System::Xml::XmlWriter ^ xmlWriter, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlWriter (System.Xml.XmlWriter xmlWriter, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlWriter : System.Xml.XmlWriter * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlWriter
Public Sub New (xmlWriter As XmlWriter, schemaContext As XamlSchemaContext)

매개 변수

xmlWriter
XmlWriter

출력을 작성하는 XmlWriter입니다.

schemaContext
XamlSchemaContext

XAML 작성기의 XAML 스키마 컨텍스트입니다.

예외

xmlWriter 또는 schemaContextnull인 경우

적용 대상

XamlXmlWriter(Stream, XamlSchemaContext, XamlXmlWriterSettings)

작성기 설정 개체를 사용하여 스트림에서 XamlXmlWriter 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlXmlWriter(System::IO::Stream ^ stream, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlWriterSettings ^ settings);
public XamlXmlWriter (System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings);
new System.Xaml.XamlXmlWriter : System.IO.Stream * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlWriterSettings -> System.Xaml.XamlXmlWriter
Public Sub New (stream As Stream, schemaContext As XamlSchemaContext, settings As XamlXmlWriterSettings)

매개 변수

stream
Stream

쓸 스트림입니다.

schemaContext
XamlSchemaContext

XAML 작성기의 XAML 스키마 컨텍스트입니다.

settings
XamlXmlWriterSettings

일반적으로 기본값이 아닌 특정 설정이 있는 XamlXmlWriterSettings의 인스턴스입니다.

예외

stream 또는 schemaContextnull

설명

모든 값을 변경 하지 마십시오 합니다 settings 후 개체를 XamlXmlWriter 인스턴스가 생성 됩니다. XamlXmlWriter 런타임 시 변경할 수 있는 설정 값을 기반으로 내부 설정을 업데이트할 수 없습니다. 초기화만 설정은 제공 해야 합니다. 하지만 활성 XAML 작성기를 설정을 중 하나를 사용 하 여 병합할 수 있습니다는 XamlXmlWriterSettings 생성자 시그니처; 기존 조정 하려고 하는 대신 새 XAML 작성기 인스턴스를 이러한 설정을 다음 적용 해야 합니다.

적용 대상

XamlXmlWriter(TextWriter, XamlSchemaContext, XamlXmlWriterSettings)

설정 개체를 사용하여 XamlXmlWriter 기초에서 TextWriter 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlXmlWriter(System::IO::TextWriter ^ textWriter, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlWriterSettings ^ settings);
public XamlXmlWriter (System.IO.TextWriter textWriter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings);
new System.Xaml.XamlXmlWriter : System.IO.TextWriter * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlWriterSettings -> System.Xaml.XamlXmlWriter
Public Sub New (textWriter As TextWriter, schemaContext As XamlSchemaContext, settings As XamlXmlWriterSettings)

매개 변수

textWriter
TextWriter

출력을 작성하는 TextWriter입니다.

schemaContext
XamlSchemaContext

XAML 작성기의 XAML 스키마 컨텍스트입니다.

settings
XamlXmlWriterSettings

일반적으로 기본값이 아닌 특정 설정이 있는 XamlXmlWriterSettings의 인스턴스입니다.

예외

textWriter 또는 schemaContextnull인 경우

설명

모든 값을 변경 하지 마십시오 합니다 settings 후 개체를 XamlXmlWriter 인스턴스가 생성 됩니다. XamlXmlWriter 런타임 시 변경할 수 있는 설정 값을 기반으로 내부 설정을 업데이트할 수 없습니다. 초기화만 설정은 제공 해야 합니다. 하지만 활성 XAML 작성기를 설정을 중 하나를 사용 하 여 병합할 수 있습니다는 XamlXmlWriterSettings 생성자 시그니처; 기존 조정 하려고 하는 대신 새 XAML 작성기 인스턴스를 이러한 설정을 다음 적용 해야 합니다.

적용 대상

XamlXmlWriter(XmlWriter, XamlSchemaContext, XamlXmlWriterSettings)

설정 개체를 사용하여 XamlXmlWriter 기초에서 XmlWriter 클래스의 새 인스턴스를 초기화합니다.

public:
 XamlXmlWriter(System::Xml::XmlWriter ^ xmlWriter, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlWriterSettings ^ settings);
public XamlXmlWriter (System.Xml.XmlWriter xmlWriter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings);
new System.Xaml.XamlXmlWriter : System.Xml.XmlWriter * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlWriterSettings -> System.Xaml.XamlXmlWriter
Public Sub New (xmlWriter As XmlWriter, schemaContext As XamlSchemaContext, settings As XamlXmlWriterSettings)

매개 변수

xmlWriter
XmlWriter

출력을 작성하는 XmlWriter입니다.

schemaContext
XamlSchemaContext

XAML 작성기의 XAML 스키마 컨텍스트입니다.

settings
XamlXmlWriterSettings

일반적으로 기본값이 아닌 특정 설정이 있는 XamlXmlWriterSettings의 인스턴스입니다.

예외

xmlWriter 또는 schemaContextnull인 경우

설명

모든 값을 변경 하지 마십시오 합니다 settings 후 개체를 XamlXmlWriter 인스턴스가 생성 됩니다. XamlXmlWriter 런타임 시 변경할 수 있는 설정 값을 기반으로 내부 설정을 업데이트할 수 없습니다. 초기화만 설정은 제공 해야 합니다. 하지만 활성 XAML 작성기를 설정을 중 하나를 사용 하 여 병합할 수 있습니다는 XamlXmlWriterSettings 생성자 시그니처; 기존 조정 하려고 하는 대신 새 XAML 작성기 인스턴스를 이러한 설정을 다음 적용 해야 합니다.

적용 대상