ErrorPrototype.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:
 property Microsoft::JScript::ErrorConstructor ^ constructor { Microsoft::JScript::ErrorConstructor ^ get(); };
public Microsoft.JScript.ErrorConstructor constructor { get; }
member this.constructor : Microsoft.JScript.ErrorConstructor
Public ReadOnly Property constructor As ErrorConstructor

Eigenschaftswert

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für:

Weitere Informationen