ExplorerBrowserCheckedItems Property |
Note: This API is now obsolete.
Gets the checked items.
The collection is non-recursive - if a folder is checked its content is not included.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax [ObsoleteAttribute("Use SelectedItems instead")]
public SystemShellListItemCollection<BaseShellItem> CheckedItems { get; }
<ObsoleteAttribute("Use SelectedItems instead")>
Public ReadOnly Property CheckedItems As SystemShellListItemCollection(Of BaseShellItem)
Get
public:
[ObsoleteAttribute(L"Use SelectedItems instead")]
property SystemShellListItemCollection<BaseShellItem^>^ CheckedItems {
SystemShellListItemCollection<BaseShellItem^>^ get ();
}
[<ObsoleteAttribute("Use SelectedItems instead")>]
member CheckedItems : SystemShellListItemCollection<BaseShellItem> with get
Property Value
Type:
SystemShellListItemCollectionBaseShellItemSee Also