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 です。

こちらもご覧ください

適用対象