Compartir a través de


VBArrayPrototype.constructor Propiedad

Definición

Obtiene una referencia a un objeto basado en prototipos que usa este prototipo.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static property Microsoft::JScript::VBArrayConstructor ^ constructor { Microsoft::JScript::VBArrayConstructor ^ get(); };
public static Microsoft.JScript.VBArrayConstructor constructor { get; }
static member constructor : Microsoft.JScript.VBArrayConstructor
Public Shared ReadOnly Property constructor As VBArrayConstructor

Valor de propiedad

Referencia a un objeto basado en prototipos.

Se aplica a

Consulte también