Freigeben über


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

Eigenschaftswert

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für:

Weitere Informationen