CustomLoaderAttribute(Type) Konstruktor

Definition

Initierar en ny instans av CustomLoaderAttribute klassen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 CustomLoaderAttribute(Type ^ customLoaderType);
public CustomLoaderAttribute(Type customLoaderType);
new System.Web.Hosting.CustomLoaderAttribute : Type -> System.Web.Hosting.CustomLoaderAttribute
Public Sub New (customLoaderType As Type)

Parametrar

customLoaderType
Type

Typen av anpassad inläsare.

Gäller för