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 架构概念之间的概念中介, (分析、读取和写入操作) 。

适用于