XamlReader.SchemaContext 属性

定义

在派生类中实现时,获取一个对象,该对象提供信息集的 XAML 架构上下文信息。

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

属性值

一个对象,该对象提供信息集的 XAML 架构上下文信息。

适用于

另请参阅