XamlXmlReader.SchemaContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得物件,這個物件會為資訊集提供結構描述資訊。
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 架構內容。 架構內容會影響 XAML 處理行為的許多層面。 特別是, SchemaContext 讀取器的 通常會由任何相關聯的寫入器使用。