SearchEditSearchScope Property |
Gets or sets the search scope. This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public ItemIdList SearchScope { get; set; }
Public Property SearchScope As ItemIdList
Get
Set
public:
property ItemIdList^ SearchScope {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member SearchScope : ItemIdList with get, set
Property Value
Type:
ItemIdListThe folder defining the search scope.
See Also