FunctionPrototype.constructor Egenskap

Definition

Hämtar en referens till ett prototypbaserat objekt som använder den här prototypen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 static property Microsoft::JScript::FunctionConstructor ^ constructor { Microsoft::JScript::FunctionConstructor ^ get(); };
public static Microsoft.JScript.FunctionConstructor constructor { get; }
static member constructor : Microsoft.JScript.FunctionConstructor
Public Shared ReadOnly Property constructor As FunctionConstructor

Egenskapsvärde

En referens till ett prototypbaserat objekt.

Gäller för

Se även