Compartilhar via


IDebugScriptScope.SetThisValue(Object) Método

Definição

Quando implementada em uma classe, define o valor de this 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 que é usado como o objeto this para o escopo global.

Aplica-se a