次の方法で共有


IXamlSchemaContextProvider.SchemaContext プロパティ

定義

サービス コンテキストによって報告される XamlSchemaContext を取得します。

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

プロパティ値

XamlSchemaContext

サービス コンテキストによって報告される XAML スキーマ コンテキスト。

注釈

返された XamlSchemaContext 値は、アセンブリ内のすべての型のリストの取得や、アセンブリ マッピングに関する詳細の取得などの操作に使用します。

適用対象

こちらもご覧ください