Partager via


ScriptComponentDescriptor(String) Constructeur

Définition

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 ("").

S’applique à