ContentIndexer.CreateQuery Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CreateQuery(String, IIterable<String>) |
Создает запрос с указанным фильтром поиска и определяет, какие свойства следует извлечь. |
CreateQuery(String, IIterable<String>, IIterable<SortEntry>) |
Создает запрос с указанным фильтром поиска, порядком сортировки и определяет, какие свойства следует извлечь. |
CreateQuery(String, IIterable<String>, IIterable<SortEntry>, String) |
Создает запрос с указанным фильтром поиска, порядком сортировки, языком фильтра и определяет свойства, которые следует извлечь. |
CreateQuery(String, IIterable<String>)
Создает запрос с указанным фильтром поиска и определяет, какие свойства следует извлечь.
public:
virtual ContentIndexerQuery ^ CreateQuery(Platform::String ^ searchFilter, IIterable<Platform::String ^> ^ propertiesToRetrieve) = CreateQuery;
/// [Windows.Foundation.Metadata.Overload("CreateQuery")]
ContentIndexerQuery CreateQuery(winrt::hstring const& searchFilter, IIterable<winrt::hstring> const& propertiesToRetrieve);
[Windows.Foundation.Metadata.Overload("CreateQuery")]
public ContentIndexerQuery CreateQuery(string searchFilter, IEnumerable<string> propertiesToRetrieve);
function createQuery(searchFilter, propertiesToRetrieve)
Public Function CreateQuery (searchFilter As String, propertiesToRetrieve As IEnumerable(Of String)) As ContentIndexerQuery
Параметры
- searchFilter
-
String
Platform::String
winrt::hstring
Применяемый фильтр расширенного синтаксиса запросов (AQS).
Извлекаемые свойства, заданные именами канонических свойств Windows.
Возвращаемое значение
Запрос.
- Атрибуты
Комментарии
Вызовите метод GetPropertiesAsync для выполнения запроса.
См. также раздел
- CreateQuery(String, IIterable<String>, IIterable<SortEntry>, String)
- CreateQuery(String, IIterable<String>, IIterable<SortEntry>)
- GetPropertiesAsync
Применяется к
CreateQuery(String, IIterable<String>, IIterable<SortEntry>)
Создает запрос с указанным фильтром поиска, порядком сортировки и определяет, какие свойства следует извлечь.
public:
virtual ContentIndexerQuery ^ CreateQuery(Platform::String ^ searchFilter, IIterable<Platform::String ^> ^ propertiesToRetrieve, IIterable<SortEntry> ^ sortOrder) = CreateQuery;
/// [Windows.Foundation.Metadata.Overload("CreateQueryWithSortOrder")]
ContentIndexerQuery CreateQuery(winrt::hstring const& searchFilter, IIterable<winrt::hstring> const& propertiesToRetrieve, IIterable<SortEntry> const& sortOrder);
[Windows.Foundation.Metadata.Overload("CreateQueryWithSortOrder")]
public ContentIndexerQuery CreateQuery(string searchFilter, IEnumerable<string> propertiesToRetrieve, IEnumerable<SortEntry> sortOrder);
function createQuery(searchFilter, propertiesToRetrieve, sortOrder)
Public Function CreateQuery (searchFilter As String, propertiesToRetrieve As IEnumerable(Of String), sortOrder As IEnumerable(Of SortEntry)) As ContentIndexerQuery
Параметры
- searchFilter
-
String
Platform::String
winrt::hstring
Фильтр Расширенного синтаксиса запросов (AQS).
Извлекаемые свойства, заданные именами канонических свойств Windows.
- sortOrder
Порядок сортировки для отфильтрованных результатов.
Возвращаемое значение
Запрос.
- Атрибуты
См. также раздел
- CreateQuery(String, IIterable<String>, IIterable<SortEntry>, String)
- CreateQuery(String, IIterable<String>)
- GetPropertiesAsync
Применяется к
CreateQuery(String, IIterable<String>, IIterable<SortEntry>, String)
Создает запрос с указанным фильтром поиска, порядком сортировки, языком фильтра и определяет свойства, которые следует извлечь.
public:
virtual ContentIndexerQuery ^ CreateQuery(Platform::String ^ searchFilter, IIterable<Platform::String ^> ^ propertiesToRetrieve, IIterable<SortEntry> ^ sortOrder, Platform::String ^ searchFilterLanguage) = CreateQuery;
/// [Windows.Foundation.Metadata.Overload("CreateQueryWithSortOrderAndLanguage")]
ContentIndexerQuery CreateQuery(winrt::hstring const& searchFilter, IIterable<winrt::hstring> const& propertiesToRetrieve, IIterable<SortEntry> const& sortOrder, winrt::hstring const& searchFilterLanguage);
[Windows.Foundation.Metadata.Overload("CreateQueryWithSortOrderAndLanguage")]
public ContentIndexerQuery CreateQuery(string searchFilter, IEnumerable<string> propertiesToRetrieve, IEnumerable<SortEntry> sortOrder, string searchFilterLanguage);
function createQuery(searchFilter, propertiesToRetrieve, sortOrder, searchFilterLanguage)
Public Function CreateQuery (searchFilter As String, propertiesToRetrieve As IEnumerable(Of String), sortOrder As IEnumerable(Of SortEntry), searchFilterLanguage As String) As ContentIndexerQuery
Параметры
- searchFilter
-
String
Platform::String
winrt::hstring
Применяемый фильтр расширенного синтаксиса запросов (AQS).
Извлекаемые свойства, заданные именами канонических свойств Windows.
- sortOrder
Порядок сортировки для отфильтрованных результатов.
- searchFilterLanguage
-
String
Platform::String
winrt::hstring
Язык, используемый для анализа расширенного синтаксиса запросов (AQS), указанный как тег языка BCP-47.
Возвращаемое значение
Запрос.
- Атрибуты
См. также раздел
- CreateQuery(String, IIterable<String>, IIterable<SortEntry>)
- CreateQuery(String, IIterable<String>)
- GetPropertiesAsync