VLPropertyList Reference

MethodItem

See Also See Also Applies To Applies To

Returns a specific CListItem object from the CListItems collection of a CProperty object either by position or by key.

 

Syntax

object.Item ( index )

 

The Item property syntax has these parts:

PartDescription
object An object expression that evaluates to CListItems.
index Required. An expression that specifies the position of a member of the CListItems collection. If a numeric expression, index must be a number from 1 to the value of the CListItems collection's Count property. If a string expression, index must correspond to the text specified when the member referred to was added to the collection.