ScriptComponentDescriptor(String) Konstruktor

Definicja

Inicjuje ScriptComponentDescriptor wystąpienie klasy .

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)

Parametry

type
String

Typ docelowego składnika klienta.

Wyjątki

type jest null lub pusty ciąg ("").

Dotyczy