ScriptFunction.prototype 속성

정의

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

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

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

속성 값

이 생성자 함수의 프로토타입 개체입니다.

설명

프로토타입은 개체가 자체 구현하지 않는 속성 또는 메서드에 대한 요청을 위임하는 개체입니다. 예를 들어 를 사용하여 NumberConstructorNumberObject 만들 때 프로토타입은 입니다NumberPrototype.

적용 대상