CustomFileListTGetItemCollectionType Method |
Gets the type of the item collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxprotected override Type GetItemCollectionType()
Protected Overrides Function GetItemCollectionType As Type
protected:
virtual Type^ GetItemCollectionType() override
abstract GetItemCollectionType : unit -> Type
override GetItemCollectionType : unit -> Type
Return Value
Type:
TypeThe type of the item collection.
See Also