Bagikan melalui


ScriptFunction.GetPrototypeForConstructedObject Metode

Definisi

Mendapatkan objek prototipe untuk fungsi konstruktor ini.

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

protected:
 Microsoft::JScript::ScriptObject ^ GetPrototypeForConstructedObject();
protected Microsoft.JScript.ScriptObject GetPrototypeForConstructedObject ();
member this.GetPrototypeForConstructedObject : unit -> Microsoft.JScript.ScriptObject
Protected Function GetPrototypeForConstructedObject () As ScriptObject

Mengembalikan

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