IDebugScriptScope.SetThisValue(Object) Método
Definição
Quando implementada em uma classe, define o valor de this associado ao escopo global.When implemented in a class, sets the this value that is associated with the global scope.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void SetThisValue(System::Object ^ thisValue);
public void SetThisValue (object thisValue);
abstract member SetThisValue : obj -> unit
Public Sub SetThisValue (thisValue As Object)
Parâmetros
- thisValue
- Object
O valor que é usado como o objeto this para o escopo global.The value that is used as the this object for the global scope.