次の方法で共有


Try.PushHandlerScope(VsaEngine, String, Int32) メソッド

定義

try ブロックの新しい BlockScope オブジェクトを作成し、グローバル スコープのスタックにプッシュします。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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)

パラメーター

engine
VsaEngine

スクリプト エンジンへの参照。

id
String

try ブロックのスコープの名前。

scopeId
Int32

try ブロックのスコープの ID。

適用対象