IWebProxyScript.Load(Uri, String, Type) Método

Definição

Carrega um script.Loads a script.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 bool Load(Uri ^ scriptLocation, System::String ^ script, Type ^ helperType);
public bool Load (Uri scriptLocation, string script, Type helperType);
abstract member Load : Uri * string * Type -> bool
Public Function Load (scriptLocation As Uri, script As String, helperType As Type) As Boolean

Parâmetros

scriptLocation
Uri

Somente interno.Internal only.

script
String

Somente interno.Internal only.

helperType
Type

Somente interno.Internal only.

Retornos

Boolean

Um Boolean que indica se o script foi carregado com êxito.A Boolean indicating whether the script was successfully loaded.

Aplica-se a