ShellChangeNotifierDirectories Property |
The directories to receive change notifications for. Leave empty to receive change notifications for the whole file system.
This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public ObservableCollection<IJamItemIdList> Directories { get; }
Public ReadOnly Property Directories As ObservableCollection(Of IJamItemIdList)
Get
public:
property ObservableCollection<IJamItemIdList^>^ Directories {
ObservableCollection<IJamItemIdList^>^ get ();
}
member Directories : ObservableCollection<IJamItemIdList> with get
Property Value
Type:
ObservableCollectionIJamItemIdListSee Also