BlockScope(ScriptObject, String, Int32) Construtor
Definição
Inicializa uma nova instância da classe BlockScope.Initializes a new instance of the BlockScope class.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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)
Parâmetros
- parent
- ScriptObject
O pai do escopo.The parent of the scope.
- name
- String
O nome do escopo.The name of the scope.
- scopeId
- Int32
A ID do escopo.The ID of the scope.