共用方式為


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

屬性值

XamlSchemaContext

物件,會為資訊集提供結構描述資訊。

備註

架構內容是傳統概念架構之間的概念媒介,以及特定 XAML 處理器處理 XAML 架構概念 (剖析、讀取和寫入作業) 。

適用於