ScriptComponentDescriptor(String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 (« »).