Freigeben über


ArrayPrototype.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::ArrayConstructor ^ constructor { Microsoft::JScript::ArrayConstructor ^ get(); };
public static Microsoft.JScript.ArrayConstructor constructor { get; }
static member constructor : Microsoft.JScript.ArrayConstructor
Public Shared ReadOnly Property constructor As ArrayConstructor

Eigenschaftswert

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für:

Weitere Informationen