Share via


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

Eigenschaftswert

EnumeratorConstructor

Ein Verweis auf ein prototypbasiertes Objekt.

Gilt für

Siehe auch