FilterShortcutDefinition.IsExclusive 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.
This filter shortcut will not invoke a search on any INavigateToItemProvider except those that say they can possibly return values allowed by the filters associated with this filter shortcut. Also, only filters associated with this shortcut will appear in the UI.
public: property bool IsExclusive { public:
bool get(); protected:
void set(bool value); };
public: property bool IsExclusive { public:
bool get(); protected:
void set(bool value); };
public bool IsExclusive { get; protected set; }
member this.IsExclusive : bool with get, set
Public Property IsExclusive As Boolean