ScriptComponentDescriptor(String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
対象のクライアント コンポーネントの種類。
例外
type
は null
または空の文字列 ("") です。