ObjectPrototype.constructor Eigenschaft

Definition

Ruft einen Verweis auf ein prototypbasiertes Objekt ab, das diesen Prototyp verwendet.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Eigenschaftswert

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für: