Ejemplo n.º 1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFolder> CreateFolderForUserAsync(global::Windows.System.User user, string desiredName, global::Windows.Storage.CreationCollisionOption option)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFolder> DownloadsFolder.CreateFolderForUserAsync(User user, string desiredName, CreationCollisionOption option) is not implemented in Uno.");
 }
Ejemplo n.º 2
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFolder> CreateFolderAsync(string desiredName, global::Windows.Storage.CreationCollisionOption options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFolder> StorageFolder.CreateFolderAsync(string desiredName, CreationCollisionOption options) is not implemented in Uno.");
 }
Ejemplo n.º 3
0
 public static global::System.Threading.Tasks.Task <global::System.IO.Stream> OpenStreamForWriteAsync(this global::Windows.Storage.IStorageFolder rootDirectory, string relativePath, global::Windows.Storage.CreationCollisionOption creationCollisionOption)
 {
     throw null;
 }