Try.PushHandlerScope(VsaEngine, String, Int32) Methode

Definition

Erstellt ein neues BlockScope Objekt für den try Block und verschiebt es auf den globalen Bereichsstapel.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

engine
VsaEngine

Ein Verweis auf das Skriptmodul.

id
String

Der Name des Bereichs des try Blocks.

scopeId
Int32

Die ID des Bereichs des try Blocks.

Gilt für: