Freigeben über


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

Eigenschaftswert

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für:

Weitere Informationen