C# Class Windows.Storage.Search.StorageFileQueryResult

Inheritance: IStorageFileQueryResult, IStorageQueryResultBase
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
ApplyNewQueryOptions ( [ newQueryOptions ) : void
FindStartIndexAsync ( [ value ) : IAsyncOperation
GetCurrentQueryOptions ( ) : QueryOptions
GetItemCountAsync ( ) : IAsyncOperation

Private Methods

Method Description
GetFilesAsync ( ) : IAsyncOperation>
GetFilesAsync ( [ startIndex, [ maxNumberOfItems ) : IAsyncOperation>

Method Details

ApplyNewQueryOptions() public method

public ApplyNewQueryOptions ( [ newQueryOptions ) : void
newQueryOptions [
return void

FindStartIndexAsync() public method

public FindStartIndexAsync ( [ value ) : IAsyncOperation
value [
return IAsyncOperation

GetCurrentQueryOptions() public method

public GetCurrentQueryOptions ( ) : QueryOptions
return QueryOptions

GetItemCountAsync() public method

public GetItemCountAsync ( ) : IAsyncOperation
return IAsyncOperation