EnumeratorPrototype.constructor 属性

定义

获取对基于原型的对象的引用,该对象正在使用此原型。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

EnumeratorConstructor

对基于原型的对象的引用。

适用于

另请参阅