C# Class Windows.Storage.Search.QueryOptions

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

Méthodes publiques

Méthode Description
LoadFromString ( [ value ) : void
QueryOptions ( ) : System.Runtime.InteropServices
QueryOptions ( [ query ) : System.Runtime.InteropServices
QueryOptions ( [ query, [ fileTypeFilter ) : System.Runtime.InteropServices
SaveToString ( ) : string
SetPropertyPrefetch ( [ options, [ propertiesToRetrieve ) : void
SetThumbnailPrefetch ( [ mode, [ requestedSize, [ options ) : void

Method Details

LoadFromString() public méthode

public LoadFromString ( [ value ) : void
value [
Résultat void

QueryOptions() public méthode

public QueryOptions ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

QueryOptions() public méthode

public QueryOptions ( [ query ) : System.Runtime.InteropServices
query [
Résultat System.Runtime.InteropServices

QueryOptions() public méthode

public QueryOptions ( [ query, [ fileTypeFilter ) : System.Runtime.InteropServices
query [
fileTypeFilter [
Résultat System.Runtime.InteropServices

SaveToString() public méthode

public SaveToString ( ) : string
Résultat string

SetPropertyPrefetch() public méthode

public SetPropertyPrefetch ( [ options, [ propertiesToRetrieve ) : void
options [
propertiesToRetrieve [
Résultat void

SetThumbnailPrefetch() public méthode

public SetThumbnailPrefetch ( [ mode, [ requestedSize, [ options ) : void
mode [
requestedSize [
options [
Résultat void