Condividi tramite


VBArrayObject(VBArrayPrototype, Array) Costruttore

Definizione

Inizializza una nuova istanza della classe VBArrayObject.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 VBArrayObject(Microsoft::JScript::VBArrayPrototype ^ parent, Array ^ array);
public VBArrayObject (Microsoft.JScript.VBArrayPrototype parent, Array array);
new Microsoft.JScript.VBArrayObject : Microsoft.JScript.VBArrayPrototype * Array -> Microsoft.JScript.VBArrayObject
Public Sub New (parent As VBArrayPrototype, array As Array)

Parametri

parent
VBArrayPrototype

Elemento padre dell'oggetto.

array
Array

Matrice sottostante rappresentata dalla classe.

Si applica a

Vedi anche