C# Class Windows.Storage.Search.StorageFolderQueryResult

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

Méthodes publiques

Méthode Description
ApplyNewQueryOptions ( QueryOptions newQueryOptions ) : void
FindStartIndexAsync ( object value ) : IAsyncOperation
GetCurrentQueryOptions ( ) : QueryOptions
GetFoldersAsync ( ) : IAsyncOperation>
GetFoldersAsync ( uint startIndex, uint maxNumberOfItems ) : IAsyncOperation>
GetItemCountAsync ( ) : IAsyncOperation

Method Details

ApplyNewQueryOptions() public méthode

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

FindStartIndexAsync() public méthode

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

GetCurrentQueryOptions() public méthode

public GetCurrentQueryOptions ( ) : QueryOptions
Résultat QueryOptions

GetFoldersAsync() public méthode

public GetFoldersAsync ( ) : IAsyncOperation>
Résultat IAsyncOperation>

GetFoldersAsync() public méthode

public GetFoldersAsync ( uint startIndex, uint maxNumberOfItems ) : IAsyncOperation>
startIndex uint
maxNumberOfItems uint
Résultat IAsyncOperation>

GetItemCountAsync() public méthode

public GetItemCountAsync ( ) : IAsyncOperation
Résultat IAsyncOperation