Try.PushHandlerScope(VsaEngine, String, Int32) Metod

Definition

Skapar ett nytt BlockScope objekt för try blocket och push-överför det till den globala omfångsstacken.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

engine
VsaEngine

En referens till skriptmotorn.

id
String

Namnet på blockets try omfång.

scopeId
Int32

ID:t för blockets try omfång.

Gäller för