다음을 통해 공유


LenientGlobalObject.Object 속성

정의

ObjectConstructor 생성자 함수 개체로 정의되는 프로토타입 기반 개체를 가져오거나 설정합니다.

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

public:
 property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
public object Object { get; set; }
member this.Object : obj with get, set
Public Property Object As Object

속성 값

ObjectConstructor 개체입니다.

적용 대상