QueryOptions.UserSearchFilter 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.
Gets or sets a user-defined Advanced Query Syntax (AQS) string for filtering files by keywords or properties. This property is combined with the ApplicationSearchFilter to create the query's search filter.
public:
property Platform::String ^ UserSearchFilter { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UserSearchFilter();
void UserSearchFilter(winrt::hstring value);
public string UserSearchFilter { get; set; }
var string = queryOptions.userSearchFilter;
queryOptions.userSearchFilter = string;
Public Property UserSearchFilter As String
Property Value
A simple keyword or a string that conforms to Advanced Query Syntax (AQS). For more information, see Using Advanced Query Syntax Programmatically.
Remarks
Windows builds the search query by combining this property with the ApplicationSearchFilter property.