ScriptResourceAttribute コンストラクター

定義

ScriptResourceAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

ScriptResourceAttribute(String)

ScriptResourceAttribute クラスの新しいインスタンスを初期化します。

ScriptResourceAttribute(String, String, String)

ScriptResourceAttribute クラスの新しいインスタンスを初期化します。

ScriptResourceAttribute(String)

ScriptResourceAttribute クラスの新しいインスタンスを初期化します。

public:
 ScriptResourceAttribute(System::String ^ scriptName);
public ScriptResourceAttribute (string scriptName);
new System.Web.UI.ScriptResourceAttribute : string -> System.Web.UI.ScriptResourceAttribute
Public Sub New (scriptName As String)

パラメーター

scriptName
String

スクリプト ライブラリの名前。

適用対象

ScriptResourceAttribute(String, String, String)

ScriptResourceAttribute クラスの新しいインスタンスを初期化します。

public:
 ScriptResourceAttribute(System::String ^ scriptName, System::String ^ scriptResourceName, System::String ^ typeName);
public:
 ScriptResourceAttribute(System::String ^ scriptName, System::String ^ stringResourceName, System::String ^ stringResourceClientTypeName);
public ScriptResourceAttribute (string scriptName, string scriptResourceName, string typeName);
public ScriptResourceAttribute (string scriptName, string stringResourceName, string stringResourceClientTypeName);
new System.Web.UI.ScriptResourceAttribute : string * string * string -> System.Web.UI.ScriptResourceAttribute
new System.Web.UI.ScriptResourceAttribute : string * string * string -> System.Web.UI.ScriptResourceAttribute
Public Sub New (scriptName As String, scriptResourceName As String, typeName As String)
Public Sub New (scriptName As String, stringResourceName As String, stringResourceClientTypeName As String)

パラメーター

scriptName
String

スクリプト ライブラリの名前。

scriptResourceNamestringResourceName
String

スクリプト ライブラリのリソース ファイルの名前。

typeNamestringResourceClientTypeName
String

リソース ファイル内の値に使用するために作成する型の名前。

例外

scriptNamescriptResourceName、または typeNamenull または空の文字列 ("") です。

注釈

メソッドは ScriptResourceAttribute 通常、 属性をアプリケーションの ScriptResourceAttribute AssemblyInfo ファイルのアセンブリ属性として使用して呼び出されます。

適用対象