次の方法で共有


XamlTypeMapper コンストラクター

定義

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

オーバーロード

XamlTypeMapper(String[])

XamlTypeMapper で使用するアセンブリ名の配列を指定して、XamlTypeMapper クラスの新しいインスタンスを初期化します。

XamlTypeMapper(String[], NamespaceMapEntry[])

指定されたアセンブリ名の配列と名前空間の割り当てを使用して、XamlTypeMapper クラスの新しいインスタンスを初期化します。

XamlTypeMapper(String[])

XamlTypeMapper で使用するアセンブリ名の配列を指定して、XamlTypeMapper クラスの新しいインスタンスを初期化します。

public:
 XamlTypeMapper(cli::array <System::String ^> ^ assemblyNames);
public XamlTypeMapper (string[] assemblyNames);
new System.Windows.Markup.XamlTypeMapper : string[] -> System.Windows.Markup.XamlTypeMapper
Public Sub New (assemblyNames As String())

パラメーター

assemblyNames
String[]

XamlTypeMapper で使用するアセンブリ名の配列。

例外

assemblyNamesnullです。

適用対象

XamlTypeMapper(String[], NamespaceMapEntry[])

指定されたアセンブリ名の配列と名前空間の割り当てを使用して、XamlTypeMapper クラスの新しいインスタンスを初期化します。

public:
 XamlTypeMapper(cli::array <System::String ^> ^ assemblyNames, cli::array <System::Windows::Markup::NamespaceMapEntry ^> ^ namespaceMaps);
public XamlTypeMapper (string[] assemblyNames, System.Windows.Markup.NamespaceMapEntry[] namespaceMaps);
new System.Windows.Markup.XamlTypeMapper : string[] * System.Windows.Markup.NamespaceMapEntry[] -> System.Windows.Markup.XamlTypeMapper
Public Sub New (assemblyNames As String(), namespaceMaps As NamespaceMapEntry())

パラメーター

assemblyNames
String[]

XamlTypeMapper で使用するアセンブリ名の配列。

namespaceMaps
NamespaceMapEntry[]

XamlTypeMapper で使用する名前空間の割り当ての配列。

例外

assemblyNamesnullです。

適用対象