Ejemplo n.º 1
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageStreamTransaction> OpenTransactedWriteAsync(global::Windows.Storage.StorageOpenOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageStreamTransaction> StorageFile.OpenTransactedWriteAsync(StorageOpenOptions options) is not implemented in Uno.");
 }
Ejemplo n.º 2
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageStreamTransaction> OpenTransactedWriteForUserAsync(global::Windows.System.User user, string filePath, global::Windows.Storage.StorageOpenOptions openOptions, global::Windows.Storage.Streams.FileOpenDisposition openDisposition)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageStreamTransaction> FileRandomAccessStream.OpenTransactedWriteForUserAsync(User user, string filePath, StorageOpenOptions openOptions, FileOpenDisposition openDisposition) is not implemented in Uno.");
 }
Ejemplo n.º 3
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IRandomAccessStream> OpenAsync(global::Windows.Storage.FileAccessMode accessMode, global::Windows.Storage.StorageOpenOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IRandomAccessStream> StorageFile.OpenAsync(FileAccessMode accessMode, StorageOpenOptions options) is not implemented in Uno.");
 }
Ejemplo n.º 4
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IRandomAccessStream> OpenForUserAsync(global::Windows.System.User user, string filePath, global::Windows.Storage.FileAccessMode accessMode, global::Windows.Storage.StorageOpenOptions sharingOptions, global::Windows.Storage.Streams.FileOpenDisposition openDisposition)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IRandomAccessStream> FileRandomAccessStream.OpenForUserAsync(User user, string filePath, FileAccessMode accessMode, StorageOpenOptions sharingOptions, FileOpenDisposition openDisposition) is not implemented in Uno.");
 }