共用方式為


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

屬性值

這個建構函式的原型物件。

備註

原型是物件委派其本身未實作之屬性或方法的要求的物件。 例如,當您使用 NumberConstructor建立 NumberObject 時,原型是 NumberPrototype

適用於