VCDCategoryMap.Items Property

Returns the System.Collections.Generic.Dictionary containing the VCD item names, ordered by their categories.
Syntax:
[C#]
public Dictionary<string,string[]> Items { get; };
Limitations:

Read only.

Information:

Introduced in version 3.1
This property is deprecated since version 3.5.
Use VCDCategoryMap.ItemIDs.

See also: VCDCategoryMap, VCDCategoryMap.Categories

<< VCDCategoryMap