CustomLoaderAttribute(Type) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de CustomLoaderAttribute klasse.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
CustomLoaderAttribute(Type ^ customLoaderType);
public CustomLoaderAttribute(Type customLoaderType);
new System.Web.Hosting.CustomLoaderAttribute : Type -> System.Web.Hosting.CustomLoaderAttribute
Public Sub New (customLoaderType As Type)
Parameters
- customLoaderType
- Type
Het type van het aangepaste laadprogramma.