예제 #1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFile> ReplaceWithStreamedFileAsync(global::Windows.Storage.IStorageFile fileToReplace, global::Windows.Storage.StreamedFileDataRequestedHandler dataRequested, global::Windows.Storage.Streams.IRandomAccessStreamReference thumbnail)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFile> StorageFile.ReplaceWithStreamedFileAsync(IStorageFile fileToReplace, StreamedFileDataRequestedHandler dataRequested, IRandomAccessStreamReference thumbnail) is not implemented in Uno.");
 }
예제 #2
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFile> CreateStreamedFileAsync(string displayNameWithExtension, global::Windows.Storage.StreamedFileDataRequestedHandler dataRequested, global::Windows.Storage.Streams.IRandomAccessStreamReference thumbnail)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFile> StorageFile.CreateStreamedFileAsync(string displayNameWithExtension, StreamedFileDataRequestedHandler dataRequested, IRandomAccessStreamReference thumbnail) is not implemented in Uno.");
 }