VCDPropertyElements.Item Property

Returns the VCDPropertyElement at the specified position.
Syntax:
Public Item(Index As Long) As VCDPropertyElement
Parameter Description
Index

Specifies the index of the VCDPropertyElement to return. The index must lie in the range [1, VCDPropertyElements.Count ].

Limitations:

Read only.

See also: VCDPropertyElements, VCDPropertyElements.Count

<< VCDPropertyElements