Udostępnij za pośrednictwem


StorageProviderSearchQueryOptions.ProgrammaticQuery Property

Definition

Gets the programmatic query string for the search query which can include additional conditions not directly entered by the user.

public:
 property Platform::String ^ ProgrammaticQuery { Platform::String ^ get(); };
winrt::hstring ProgrammaticQuery();
public string ProgrammaticQuery { get; }
var string = storageProviderSearchQueryOptions.programmaticQuery;
Public ReadOnly Property ProgrammaticQuery As String

Property Value

String

Platform::String

winrt::hstring

The programmatic query string.

Remarks

This query will be in the AQS format, see Advanced Query Syntax.

If a service can not preform the search with the given conditions, it should not return results.

Applies to