Aracılığıyla paylaş


VBArrayObject(VBArrayPrototype, Array) Oluşturucu

Tanım

VBArrayObject sınıfının yeni bir örneğini başlatır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

parent
VBArrayPrototype

Nesnenin üst öğesi.

array
Array

Sınıfın temsil ettiği temel dizi.

Şunlara uygulanır

Ayrıca bkz.