ScriptBehaviorDescriptor(String, 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 nouvelle instance de la classe ScriptBehaviorDescriptor.
public:
ScriptBehaviorDescriptor(System::String ^ type, System::String ^ elementID);
public ScriptBehaviorDescriptor (string type, string elementID);
new System.Web.UI.ScriptBehaviorDescriptor : string * string -> System.Web.UI.ScriptBehaviorDescriptor
Public Sub New (type As String, elementID As String)
Paramètres
- type
- String
Représentation sous forme de chaîne du type du comportement client à décrire.
- elementID
- String
ID client du contrôle cible.
Exceptions
type
ou elementID
est null
, ou représente une chaîne vide ("").