Try.PushHandlerScope(VsaEngine, String, Int32) Método

Definição

Cria um novo objeto BlockScope para bloco try e envia-o para a pilha de escopo global.Creates a new BlockScope object for the try block and pushes it onto the global scope stack.

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

public:
 static void PushHandlerScope(Microsoft::JScript::Vsa::VsaEngine ^ engine, System::String ^ id, int scopeId);
public static void PushHandlerScope (Microsoft.JScript.Vsa.VsaEngine engine, string id, int scopeId);
static member PushHandlerScope : Microsoft.JScript.Vsa.VsaEngine * string * int -> unit
Public Shared Sub PushHandlerScope (engine As VsaEngine, id As String, scopeId As Integer)

Parâmetros

engine
VsaEngine

Uma referência ao mecanismo de script.A reference to the scripting engine.

id
String

O nome do escopo do bloco try.The name of the scope of the try block.

scopeId
Int32

A ID do escopo do bloco try.The ID of the scope of the try block.

Aplica-se a