IDebugScriptScope.SetThisValue(Object) 메서드

정의

클래스에서 구현되는 경우 전역 범위와 연결된 this 값을 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

thisValue
Object

전역 범위의 this 개체로 사용되는 값입니다.

적용 대상