C# Class Windows.Storage.Search.StorageFileQueryResult

Inheritance: IStorageFileQueryResult, IStorageQueryResultBase
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
ApplyNewQueryOptions ( [ newQueryOptions ) : void
FindStartIndexAsync ( [ value ) : IAsyncOperation
GetCurrentQueryOptions ( ) : QueryOptions
GetItemCountAsync ( ) : IAsyncOperation

Private Methods

Méthode Description
GetFilesAsync ( ) : IAsyncOperation>
GetFilesAsync ( [ startIndex, [ maxNumberOfItems ) : IAsyncOperation>

Method Details

ApplyNewQueryOptions() public méthode

public ApplyNewQueryOptions ( [ newQueryOptions ) : void
newQueryOptions [
Résultat void

FindStartIndexAsync() public méthode

public FindStartIndexAsync ( [ value ) : IAsyncOperation
value [
Résultat IAsyncOperation

GetCurrentQueryOptions() public méthode

public GetCurrentQueryOptions ( ) : QueryOptions
Résultat QueryOptions

GetItemCountAsync() public méthode

public GetItemCountAsync ( ) : IAsyncOperation
Résultat IAsyncOperation