Udostępnij za pośrednictwem


IDebugScriptScope.SetThisValue(Object) Metoda

Definicja

W przypadku implementacji w klasie ustawia this wartość skojarzona z zakresem globalnym.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 void SetThisValue(System::Object ^ thisValue);
public void SetThisValue (object thisValue);
abstract member SetThisValue : obj -> unit
Public Sub SetThisValue (thisValue As Object)

Parametry

thisValue
Object

Wartość używana jako this obiekt dla zakresu globalnego.

Dotyczy