VBArrayObject(VBArrayPrototype, Array) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the VBArrayObject class.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
The parent of the object.
- array
- Array
The underlying array that the class represents.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.