Partager via


ScriptBehaviorDescriptor(String, String) Constructeur

Définition

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

S’applique à