Bagikan melalui


ScriptFunction.prototype Properti

Definisi

Mendapatkan atau mengatur objek prototipe untuk fungsi konstruktor ini.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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

Nilai Properti

Objek prototipe untuk fungsi konstruktor ini.

Keterangan

Prototipe adalah objek tempat objek mendelegasikan permintaan untuk properti atau metode yang tidak diimplementasikan sendiri. Misalnya, saat Anda membuat NumberObject dengan menggunakan NumberConstructor, prototipenya adalah NumberPrototype.

Berlaku untuk