ScriptComponentDescriptor(String) Constructeur

Définition

Initialise une instance de la ScriptComponentDescriptor classe.

public:
 ScriptComponentDescriptor(System::String ^ type);
public ScriptComponentDescriptor(string type);
new System.Web.UI.ScriptComponentDescriptor : string -> System.Web.UI.ScriptComponentDescriptor
Public Sub New (type As String)

Paramètres

type
String

Type du composant client cible.

Exceptions

type est null ou une chaîne vide («  »).

S’applique à