XamlDeferLoadAttribute Konstruktory

Definice

Inicializuje novou instanci XamlDeferLoadAttribute třídy.

Přetížení

XamlDeferLoadAttribute(String, String)

Inicializuje novou instanci XamlDeferLoadAttribute třídy pomocí názvů řetězců typů.

XamlDeferLoadAttribute(Type, Type)

Inicializuje novou instanci XamlDeferLoadAttribute třídy pomocí hodnot CLR Type .

XamlDeferLoadAttribute(String, String)

Inicializuje novou instanci XamlDeferLoadAttribute třídy pomocí názvů řetězců typů.

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)

Parametry

loaderType
String

Název řetězce typu pro implementaci, která se má použít pro chování při odložení zatížení.

contentType
String

Název řetězce typu cílového typu nebo typu obsahu chování odložit načtení.

Výjimky

loaderType nebo contentType je null.

Viz také

Platí pro

XamlDeferLoadAttribute(Type, Type)

Inicializuje novou instanci XamlDeferLoadAttribute třídy pomocí hodnot CLR 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)

Parametry

loaderType
Type

Hodnota CLR Type pro implementaci, která se má použít pro chování při odložení zatížení.

contentType
Type

Hodnota CLR Type pro cílový typ/typ obsahu chování odložení zatížení.

Výjimky

loaderType nebo contentType je null.

Viz také

Platí pro