BlockScope(ScriptObject, String, Int32) Konstruktor

Definisi

Menginisialisasi instans baru dari kelas BlockScope.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

public:
 BlockScope(Microsoft::JScript::ScriptObject ^ parent, System::String ^ name, int scopeId);
public BlockScope(Microsoft.JScript.ScriptObject parent, string name, int scopeId);
new Microsoft.JScript.BlockScope : Microsoft.JScript.ScriptObject * string * int -> Microsoft.JScript.BlockScope
Public Sub New (parent As ScriptObject, name As String, scopeId As Integer)

Parameter

parent
ScriptObject

Induk cakupan.

name
String

Nama cakupan.

scopeId
Int32

ID cakupan.

Berlaku untuk

Lihat juga