Udostępnij za pośrednictwem


Try.PushHandlerScope(VsaEngine, String, Int32) Metoda

Definicja

Tworzy nowy BlockScope obiekt dla try bloku i wypycha go do stosu zakresu globalnego.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

engine
VsaEngine

Odwołanie do aparatu skryptów.

id
String

Nazwa zakresu try bloku.

scopeId
Int32

Identyfikator zakresu try bloku.

Dotyczy