Exemple #1
0
 public global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyList <global::Windows.Storage.StorageFile> > GetFilesAsync(global::Windows.Storage.Search.CommonFileQuery query, uint startIndex, uint maxItemsToRetrieve)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyList<StorageFile>> StorageFolder.GetFilesAsync(CommonFileQuery query, uint startIndex, uint maxItemsToRetrieve) is not implemented in Uno.");
 }
Exemple #2
0
 public global::Windows.Storage.Search.StorageFileQueryResult CreateFileQuery(global::Windows.Storage.Search.CommonFileQuery query)
 {
     throw new global::System.NotImplementedException("The member StorageFileQueryResult StorageFolder.CreateFileQuery(CommonFileQuery query) is not implemented in Uno.");
 }
Exemple #3
0
 public global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyList <global::Windows.Storage.StorageFile> > GetFilesAsync(global::Windows.Storage.Search.CommonFileQuery query)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyList<StorageFile>> FolderInformation.GetFilesAsync(CommonFileQuery query) is not implemented in Uno.");
 }
Exemple #4
0
 public bool IsCommonFileQuerySupported(global::Windows.Storage.Search.CommonFileQuery query)
 {
     throw new global::System.NotImplementedException("The member bool StorageFolder.IsCommonFileQuerySupported(CommonFileQuery query) is not implemented in Uno.");
 }
Exemple #5
0
 public QueryOptions(global::Windows.Storage.Search.CommonFileQuery query, global::System.Collections.Generic.IEnumerable <string> fileTypeFilter)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Search.QueryOptions", "QueryOptions.QueryOptions(CommonFileQuery query, IEnumerable<string> fileTypeFilter)");
 }