IWebProxyScript.Load メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

Visual Basic (宣言)

Function Load ( _ scriptLocation As Uri, _ script As String, _ helperType As Type _ ) As Boolean

Visual Basic (使用法)

Dim instance As IWebProxyScript Dim scriptLocation As Uri Dim script As String Dim helperType As Type Dim returnValue As Boolean

returnValue = instance.Load(scriptLocation, script, helperType)

C#

bool Load ( Uri scriptLocation, string script, Type helperType )

C++

bool Load ( Uri^ scriptLocation, String^ script, Type^ helperType )

J#

boolean Load ( Uri scriptLocation, String script, Type helperType )

JScript

function Load ( scriptLocation : Uri, script : String, helperType : Type ) : boolean

パラメータ

scriptLocation

内部でのみ使用されます。

script

内部でのみ使用されます。

helperType

内部でのみ使用されます。

戻り値
スクリプト正常に読み込まれたかどうかを示す Boolean