VCDCategoryMap.ItemsInCategory Property

Returns a collection with the names of the VCDPropertyItems objects in a specified category.
Syntax:
Public ItemsInCategory( Category As String ) As BSTRCollection
Parameter Description
Category

The name of an existing item category. You can obtain a list of valid categories for the current device with the VCDCategoryMap.Categories property.

Limitations:

Read only.

See also: VCDCategoryMap, VCDCategoryMap.Categories, BSTRCollection

<< VCDCategoryMap