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

Eigenschaftswert

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für:

Weitere Informationen