CustomFileListTItemsDictionary Property |
This dictionary contains LIST_ITEM entries sorted by filename, for fast access
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected SortedDictionary<string, T> ItemsDictionary { get; }
Protected ReadOnly Property ItemsDictionary As SortedDictionary(Of String, T)
Get
protected:
property SortedDictionary<String^, T>^ ItemsDictionary {
SortedDictionary<String^, T>^ get ();
}
member ItemsDictionary : SortedDictionary<string, 'T> with get
Property Value
Type:
SortedDictionaryString,
TSee Also