共用方式為


XamlXmlReader.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 架構內容。 架構內容會影響 XAML 處理行為的許多層面。 特別是, SchemaContext 讀取器的 通常會由任何相關聯的寫入器使用。

適用於