XamlObjectReader.SchemaContext 속성

정의

정보 집합에 대한 스키마 정보를 제공하는 개체를 가져옵니다.

public:
 virtual property System::Xaml::XamlSchemaContext ^ SchemaContext { System::Xaml::XamlSchemaContext ^ get(); };
public override System.Xaml.XamlSchemaContext SchemaContext { get; }
member this.SchemaContext : System.Xaml.XamlSchemaContext
Public Overrides ReadOnly Property SchemaContext As XamlSchemaContext

속성 값

정보 집합에 대한 스키마 정보를 제공하는 개체입니다.

설명

스키마 컨텍스트는 일반적인 의미에서 스키마와 특정 XAML 프로세서(구문 분석, 읽기 및 쓰기 작업)에 의한 XAML 스키마 개념 처리 간의 개념적 중개자입니다.

적용 대상