Share via


XamlSchemaContext コンストラクター

定義

XamlSchemaContext クラスの新しいインスタンスを初期化します。

オーバーロード

XamlSchemaContext()

XamlSchemaContext クラスの新しいインスタンスを初期化します。

XamlSchemaContext(IEnumerable<Assembly>)

参照アセンブリのセットに基づいて、XamlSchemaContext クラスの新しいインスタンスを初期化します。

XamlSchemaContext(XamlSchemaContextSettings)

設定オブジェクトに基づいて、XamlSchemaContext クラスの新しいインスタンスを初期化します。

XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings)

参照アセンブリのセットおよび設定オブジェクトに基づいて、XamlSchemaContext クラスの新しいインスタンスを初期化します。

XamlSchemaContext()

XamlSchemaContext クラスの新しいインスタンスを初期化します。

public:
 XamlSchemaContext();
public XamlSchemaContext ();
Public Sub New ()

適用対象

XamlSchemaContext(IEnumerable<Assembly>)

参照アセンブリのセットに基づいて、XamlSchemaContext クラスの新しいインスタンスを初期化します。

public:
 XamlSchemaContext(System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ referenceAssemblies);
public XamlSchemaContext (System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies);
new System.Xaml.XamlSchemaContext : seq<System.Reflection.Assembly> -> System.Xaml.XamlSchemaContext
Public Sub New (referenceAssemblies As IEnumerable(Of Assembly))

パラメーター

referenceAssemblies
IEnumerable<Assembly>

アセンブリ情報項目の列挙可能なセット。 各アセンブリ情報項目は、Assembly の値によって指定されます。

適用対象

XamlSchemaContext(XamlSchemaContextSettings)

設定オブジェクトに基づいて、XamlSchemaContext クラスの新しいインスタンスを初期化します。

public:
 XamlSchemaContext(System::Xaml::XamlSchemaContextSettings ^ settings);
public XamlSchemaContext (System.Xaml.XamlSchemaContextSettings settings);
new System.Xaml.XamlSchemaContext : System.Xaml.XamlSchemaContextSettings -> System.Xaml.XamlSchemaContext
Public Sub New (settings As XamlSchemaContextSettings)

パラメーター

settings
XamlSchemaContextSettings

XamlSchemaContext の構築に使用する設定オブジェクト。

注釈

settings オブジェクトには、スキーマ コンテキストのテキスト コンバーターとマークアップ拡張機能の詳細に関する情報が格納されます。 詳細については、「XamlSchemaContextSettings」を参照してください。

適用対象

XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings)

参照アセンブリのセットおよび設定オブジェクトに基づいて、XamlSchemaContext クラスの新しいインスタンスを初期化します。

public:
 XamlSchemaContext(System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ referenceAssemblies, System::Xaml::XamlSchemaContextSettings ^ settings);
public XamlSchemaContext (System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies, System.Xaml.XamlSchemaContextSettings settings);
new System.Xaml.XamlSchemaContext : seq<System.Reflection.Assembly> * System.Xaml.XamlSchemaContextSettings -> System.Xaml.XamlSchemaContext
Public Sub New (referenceAssemblies As IEnumerable(Of Assembly), settings As XamlSchemaContextSettings)

パラメーター

referenceAssemblies
IEnumerable<Assembly>

アセンブリ情報の列挙可能なセット。 各アセンブリ情報項目は、Assembly の値によって指定されます。

settings
XamlSchemaContextSettings

XamlSchemaContext の構築に使用する設定オブジェクト。

適用対象