ExplorerBrowserItems Property |
Contains the Items in the ExplorerBrowser.
The collection is gathered upon first retrieval. It is updated internally when the items change, i.e. by moving to another folder.
The items returned may be sorted differently than the view.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public SystemShellListItemCollection<BaseShellItem> Items { get; }
Public ReadOnly Property Items As SystemShellListItemCollection(Of BaseShellItem)
Get
public:
property SystemShellListItemCollection<BaseShellItem^>^ Items {
SystemShellListItemCollection<BaseShellItem^>^ get ();
}
member Items : SystemShellListItemCollection<BaseShellItem> with get
Property Value
Type:
SystemShellListItemCollectionBaseShellItemSee Also