VCDCategoryMap.Items Property

カテゴリで整理されたVCD item namesを含むSystem.Collections.Generic.Dictionaryを返します。

構文

[VB.NET]
Public ReadOnly Items() As Dictionary(Of String, String())
[C#]
public Dictionary<string,string[]> Items { get; };

制限

読み取り専用

インフォメーション

IC Imaging Control 3.1より導入