VBArrayObject(VBArrayPrototype, Array) Konstruktor

Definition

Initierar en ny instans av VBArrayObject klassen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

parent
VBArrayPrototype

Objektets överordnade.

array
Array

Den underliggande matrisen som klassen representerar.

Gäller för

Se även