FilterShortcutDefinition.ShouldSearchImmediately Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A search is requested from provider immediately when the filter shortcut is activated even when no search parameter is provided.
public: property bool ShouldSearchImmediately { public:
bool get(); protected:
void set(bool value); };
public: property bool ShouldSearchImmediately { public:
bool get(); protected:
void set(bool value); };
public bool ShouldSearchImmediately { get; protected set; }
member this.ShouldSearchImmediately : bool with get, set
Public Property ShouldSearchImmediately As Boolean