Aracılığıyla paylaş


ScriptFunction.GetPrototypeForConstructedObject Yöntem

Tanım

Bu oluşturucu işlevi için prototip nesnesini alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Döndürülenler

Bu oluşturucu işlevi için prototip nesnesi.

Açıklamalar

Prototip, nesne temsilcilerinin kendi gerçekleştirmediği özellikler veya yöntemler için istekte bulunduğu nesnedir. Örneğin, kullanarak NumberConstructorbir NumberObject oluşturduğunuzda prototip bir NumberPrototypeşeklindedir.

Şunlara uygulanır