VCDPropertyElement.Item Property

Returns one of this element's interfaces.
Syntax:
Public Item(Index As Long) As VCDPropertyInterface
Parameter Description
Index

Specifies the index of the interface to return. The index must lie in the range [1, VCDPropertyElement.Count ], otherwise an error occurs.

Limitations:

Run time only.

See also: VCDPropertyElement, VCDPropertyElement.Count, VCDPropertyInterface

<< VCDPropertyElement