FileLevelControlBuilderAttribute(Type) Konstruktor

Definice

Inicializuje novou instanci FileLevelControlBuilderAttribute třídy.

public:
 FileLevelControlBuilderAttribute(Type ^ builderType);
public FileLevelControlBuilderAttribute(Type builderType);
new System.Web.UI.FileLevelControlBuilderAttribute : Type -> System.Web.UI.FileLevelControlBuilderAttribute
Public Sub New (builderType As Type)

Parametry

builderType
Type

Tvůrce Type ovládacích prvků použitý při analýze souboru.

Poznámky

Pomocí tohoto konstruktoru FileLevelControlBuilderAttribute vytvořte novou instanci třídy.

Note

Tento konstruktor se používá ASP.NET při analýze stránky a vytváření hierarchie ovládacích prvků. Není určen pro použití v kódu.

Platí pro