FolderInformation.CreateFileQueryWithOptions(QueryOptions) 메서드

정의

폴더에서 StorageFile 개체에 대해 필터링된 검색 쿼리를 수행하는 데 사용되는 개체를 만듭니다. 개체는 지정된 쿼리 옵션을 사용하여 초기화됩니다.

public:
 virtual StorageFileQueryResult ^ CreateFileQueryWithOptions(QueryOptions ^ queryOptions) = CreateFileQueryWithOptions;
StorageFileQueryResult CreateFileQueryWithOptions(QueryOptions const& queryOptions);
public StorageFileQueryResult CreateFileQueryWithOptions(QueryOptions queryOptions);
function createFileQueryWithOptions(queryOptions)
Public Function CreateFileQueryWithOptions (queryOptions As QueryOptions) As StorageFileQueryResult

매개 변수

queryOptions
QueryOptions

초기 쿼리 옵션입니다.

반환

검색 쿼리를 관리하고 결과에 액세스하기 위한 개체입니다.

구현

적용 대상