XamlDeferLoadAttribute コンストラクター

定義

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

オーバーロード

名前 説明
XamlDeferLoadAttribute(String, String)

型の文字列名を使用して、 XamlDeferLoadAttribute クラスの新しいインスタンスを初期化します。

XamlDeferLoadAttribute(Type, Type)

CLR XamlDeferLoadAttribute値を使用して、Type クラスの新しいインスタンスを初期化します。

XamlDeferLoadAttribute(String, String)

型の文字列名を使用して、 XamlDeferLoadAttribute クラスの新しいインスタンスを初期化します。

public:
 XamlDeferLoadAttribute(System::String ^ loaderType, System::String ^ contentType);
public XamlDeferLoadAttribute(string loaderType, string contentType);
new System.Windows.Markup.XamlDeferLoadAttribute : string * string -> System.Windows.Markup.XamlDeferLoadAttribute
Public Sub New (loaderType As String, contentType As String)

パラメーター

loaderType
String

遅延読み込み動作に使用する実装の型の文字列名。

contentType
String

遅延読み込み動作の宛先/コンテンツ タイプの型の文字列名。

例外

loaderType または contentTypenull

こちらもご覧ください

適用対象

XamlDeferLoadAttribute(Type, Type)

CLR XamlDeferLoadAttribute値を使用して、Type クラスの新しいインスタンスを初期化します。

public:
 XamlDeferLoadAttribute(Type ^ loaderType, Type ^ contentType);
public XamlDeferLoadAttribute(Type loaderType, Type contentType);
new System.Windows.Markup.XamlDeferLoadAttribute : Type * Type -> System.Windows.Markup.XamlDeferLoadAttribute
Public Sub New (loaderType As Type, contentType As Type)

パラメーター

loaderType
Type

CLR Type 遅延読み込み動作に使用する実装の値です。

contentType
Type

CLR Type 、遅延読み込み動作の宛先/コンテンツ タイプの値です。

例外

loaderType または contentTypenull

こちらもご覧ください

適用対象