VBArrayObject(VBArrayPrototype, Array) Constructor

Definitie

Initialiseert een nieuw exemplaar van de VBArrayObject klasse.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

parent
VBArrayPrototype

Het bovenliggende object.

array
Array

De onderliggende matrix die door de klasse wordt aangeduid.

Van toepassing op

Zie ook