LenientGlobalObject.VBArray Propiedad

Definición

Obtiene o establece un objeto basado en prototipos que un objeto de función constructora VBArrayConstructor define.

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

public:
 property System::Object ^ VBArray { System::Object ^ get(); void set(System::Object ^ value); };
public object VBArray { get; set; }
member this.VBArray : obj with get, set
Public Property VBArray As Object

Valor de propiedad

Object

Un objeto VBArrayConstructor.

Se aplica a