Share via


VBArrayObject(VBArrayPrototype, Array) Konstruktor

Definition

Initialisiert eine neue Instanz der VBArrayObject-Klasse.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

parent
VBArrayPrototype

Das übergeordnete Objekt des Objekts.

array
Array

Das von der Klasse dargestellte zugrunde liegende Array.

Gilt für:

Weitere Informationen