XamlObjectReader 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XamlObjectReader 클래스의 새 인스턴스를 초기화합니다.
오버로드
XamlObjectReader(Object) |
XamlObjectReader 클래스의 새 인스턴스를 초기화합니다. |
XamlObjectReader(Object, XamlObjectReaderSettings) |
지정된 판독기 설정을 사용하여 XamlObjectReader 클래스의 새 인스턴스를 초기화합니다. |
XamlObjectReader(Object, XamlSchemaContext) |
지정된 스키마 컨텍스트를 사용하여 XamlObjectReader 클래스의 새 인스턴스를 초기화합니다. |
XamlObjectReader(Object, XamlSchemaContext, XamlObjectReaderSettings) |
지정된 스키마 컨텍스트 및 판독기 설정을 사용하여 XamlObjectReader 클래스의 새 인스턴스를 초기화합니다. |
XamlObjectReader(Object)
XamlObjectReader 클래스의 새 인스턴스를 초기화합니다.
public:
XamlObjectReader(System::Object ^ instance);
public XamlObjectReader (object instance);
new System.Xaml.XamlObjectReader : obj -> System.Xaml.XamlObjectReader
Public Sub New (instance As Object)
매개 변수
- instance
- Object
읽을 개체 트리/개체 그래프의 루트입니다.
설명
이 생성자를 사용 하 여 초기화 하는 경우는 XamlObjectReader 개체가 기본값의 초기 설정을 갖게 XamlObjectReaderSettings 개체와 기본 초기 컨텍스트 XamlSchemaContext합니다.
적용 대상
XamlObjectReader(Object, XamlObjectReaderSettings)
지정된 판독기 설정을 사용하여 XamlObjectReader 클래스의 새 인스턴스를 초기화합니다.
public:
XamlObjectReader(System::Object ^ instance, System::Xaml::XamlObjectReaderSettings ^ settings);
public XamlObjectReader (object instance, System.Xaml.XamlObjectReaderSettings settings);
new System.Xaml.XamlObjectReader : obj * System.Xaml.XamlObjectReaderSettings -> System.Xaml.XamlObjectReader
Public Sub New (instance As Object, settings As XamlObjectReaderSettings)
매개 변수
- instance
- Object
읽을 개체 트리의 루트입니다.
- settings
- XamlObjectReaderSettings
설정 개체입니다.
설명
설정 개체는 줄 번호 처리, 오류 처리 동작 등의 판독기 작업에 대 한 규칙을 지정합니다. 자세한 내용은 XamlObjectReaderSettings를 참조하세요.
이 생성자를 사용 하 여 초기화 하는 경우는 XamlObjectReader 개체에 기본값의 초기 컨텍스트 XamlSchemaContext합니다.
적용 대상
XamlObjectReader(Object, XamlSchemaContext)
지정된 스키마 컨텍스트를 사용하여 XamlObjectReader 클래스의 새 인스턴스를 초기화합니다.
public:
XamlObjectReader(System::Object ^ instance, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlObjectReader (object instance, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlObjectReader : obj * System.Xaml.XamlSchemaContext -> System.Xaml.XamlObjectReader
Public Sub New (instance As Object, schemaContext As XamlSchemaContext)
매개 변수
- instance
- Object
읽을 개체 트리의 루트입니다.
- schemaContext
- XamlSchemaContext
사용할 판독기에 대한 스키마 컨텍스트입니다.
예외
schemaContext
이(가) null
인 경우
설명
이 생성자를 사용 하 여 초기화 하는 경우는 XamlObjectReader 개체에 기본값의 초기 설정을 XamlObjectReaderSettings 개체입니다.
적용 대상
XamlObjectReader(Object, XamlSchemaContext, XamlObjectReaderSettings)
지정된 스키마 컨텍스트 및 판독기 설정을 사용하여 XamlObjectReader 클래스의 새 인스턴스를 초기화합니다.
public:
XamlObjectReader(System::Object ^ instance, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlObjectReaderSettings ^ settings);
public XamlObjectReader (object instance, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectReaderSettings settings);
new System.Xaml.XamlObjectReader : obj * System.Xaml.XamlSchemaContext * System.Xaml.XamlObjectReaderSettings -> System.Xaml.XamlObjectReader
Public Sub New (instance As Object, schemaContext As XamlSchemaContext, settings As XamlObjectReaderSettings)
매개 변수
- instance
- Object
읽을 개체 트리의 루트입니다.
- schemaContext
- XamlSchemaContext
사용할 판독기에 대한 스키마 컨텍스트입니다.
- settings
- XamlObjectReaderSettings
설정 개체입니다.
예외
schemaContext
이(가) null
인 경우
설명
설정 개체는 줄 번호 처리 및 오류 처리 동작 등의 판독기 작업에 대 한 규칙을 지정 합니다. 자세한 내용은 XamlObjectReaderSettings를 참조하세요.