IDebugScriptScope.SetThisValue(Object) Método

Definição

Quando implementado em uma classe, define o this valor associado ao escopo global.

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 usado como objeto this para o escopo global.

Aplica-se a