Utility components Count
Read only property that returns count of the items in the collection.

Syntax:

variable = object.Count

IDL definition:

[propget, id(2), helpstring("Items count")] HRESULT Count([out, retval] long *pVal);

Parameters:

object - Previously created VarDictionary object

variable - variable that will receive the number.

Examples:

var itemsCount = vardict.Count;

Dim itemsCount
itemsCount = vardict.Count

Applies to: VarDictionary

newObjects Copyright 2001-2005 newObjects [ ]