次の方法で共有


ScriptComponentDescriptor(String) コンストラクター

定義

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)

パラメーター

type
String

対象のクライアント コンポーネントの種類。

例外

typenull または空の文字列 ("") です。

適用対象