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 classe ScriptComponentDescriptor.
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
Le type du composant client cible.
Exceptions
type
ou null
est une chaîne vide ("").