예제 #1
0
 public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
     this global::Windows.Storage.IStorageFile windowsRuntimeFile,
     global::System.IO.FileAccess access   = global::System.IO.FileAccess.ReadWrite,
     global::System.IO.FileShare share     = global::System.IO.FileShare.Read,
     global::System.IO.FileOptions options = global::System.IO.FileOptions.None)
 {
     throw null;
 }
예제 #2
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IBuffer> ReadBufferAsync(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IBuffer> FileIO.ReadBufferAsync(IStorageFile file) is not implemented in Uno.");
 }
예제 #3
0
파일: XmlDocument.cs 프로젝트: nepronen/Uno
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Data.Xml.Dom.XmlDocument> LoadFromFileAsync(global::Windows.Storage.IStorageFile file, global::Windows.Data.Xml.Dom.XmlLoadSettings loadSettings)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<XmlDocument> XmlDocument.LoadFromFileAsync(IStorageFile file, XmlLoadSettings loadSettings) is not implemented in Uno.");
 }
 public static global::Windows.Storage.Streams.RandomAccessStreamReference CreateFromFile(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member RandomAccessStreamReference RandomAccessStreamReference.CreateFromFile(IStorageFile file) is not implemented in Uno.");
 }
예제 #5
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Media.Transcoding.TranscodeFailureReason, double> RenderToFileAsync(global::Windows.Storage.IStorageFile destination, global::Windows.Media.Editing.MediaTrimmingPreference trimmingPreference, global::Windows.Media.MediaProperties.MediaEncodingProfile encodingProfile)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<TranscodeFailureReason, double> MediaComposition.RenderToFileAsync(IStorageFile destination, MediaTrimmingPreference trimmingPreference, MediaEncodingProfile encodingProfile) is not implemented in Uno.");
 }
예제 #6
0
 public void SetStorageFile(global::Windows.Storage.IStorageFile file)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Media.Core.MediaBindingEventArgs", "void MediaBindingEventArgs.SetStorageFile(IStorageFile file)");
 }
예제 #7
0
파일: Launcher.cs 프로젝트: nepronen/Uno
 public static global::Windows.Foundation.IAsyncOperation <bool> LaunchFileAsync(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> Launcher.LaunchFileAsync(IStorageFile file) is not implemented in Uno.");
 }
예제 #8
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Media.MediaProperties.MediaEncodingProfile> CreateFromFileAsync(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MediaEncodingProfile> MediaEncodingProfile.CreateFromFileAsync(IStorageFile file) is not implemented in Uno.");
 }
예제 #9
0
파일: MediaCapture.cs 프로젝트: jokm1/uno-2
 public global::Windows.Foundation.IAsyncAction StartRecordToStorageFileAsync(global::Windows.Media.MediaProperties.MediaEncodingProfile encodingProfile, global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.StartRecordToStorageFileAsync(MediaEncodingProfile encodingProfile, IStorageFile file) is not implemented in Uno.");
 }
예제 #10
0
파일: MediaCapture.cs 프로젝트: jokm1/uno-2
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Capture.LowLagMediaRecording> PrepareLowLagRecordToStorageFileAsync(global::Windows.Media.MediaProperties.MediaEncodingProfile encodingProfile, global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<LowLagMediaRecording> MediaCapture.PrepareLowLagRecordToStorageFileAsync(MediaEncodingProfile encodingProfile, IStorageFile file) is not implemented in Uno.");
 }
예제 #11
0
파일: MediaCapture.cs 프로젝트: jokm1/uno-2
 public global::Windows.Foundation.IAsyncAction CapturePhotoToStorageFileAsync(global::Windows.Media.MediaProperties.ImageEncodingProperties type, global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction MediaCapture.CapturePhotoToStorageFileAsync(ImageEncodingProperties type, IStorageFile file) is not implemented in Uno.");
 }
예제 #12
0
 public bool CanAddFile(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member bool FileOpenPickerUI.CanAddFile(IStorageFile file) is not implemented in Uno.");
 }
예제 #13
0
 public global::Windows.Storage.Pickers.Provider.AddFileResult AddFile(string id, global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member AddFileResult FileOpenPickerUI.AddFile(string id, IStorageFile file) is not implemented in Uno.");
 }
예제 #14
0
 public void UpdateLocalFile(global::Windows.Storage.IStorageFile value)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Provider.FileUpdateRequest", "void FileUpdateRequest.UpdateLocalFile(IStorageFile value)");
 }
예제 #15
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Transcoding.PrepareTranscodeResult> PrepareFileTranscodeAsync(global::Windows.Storage.IStorageFile source, global::Windows.Storage.IStorageFile destination, global::Windows.Media.MediaProperties.MediaEncodingProfile profile)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<PrepareTranscodeResult> MediaTranscoder.PrepareFileTranscodeAsync(IStorageFile source, IStorageFile destination, MediaEncodingProfile profile) is not implemented in Uno.");
 }
예제 #16
0
 public global::Windows.Foundation.IAsyncAction MoveAndReplaceAsync(global::Windows.Storage.IStorageFile fileToReplace)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction StorageFile.MoveAndReplaceAsync(IStorageFile fileToReplace) is not implemented in Uno.");
 }
예제 #17
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.StorageFile> ReplaceWithStreamedFileFromUriAsync(global::Windows.Storage.IStorageFile fileToReplace, global::System.Uri uri, global::Windows.Storage.Streams.IRandomAccessStreamReference thumbnail)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<StorageFile> StorageFile.ReplaceWithStreamedFileFromUriAsync(IStorageFile fileToReplace, Uri uri, IRandomAccessStreamReference thumbnail) is not implemented in Uno.");
 }
예제 #18
0
 public global::Windows.Networking.BackgroundTransfer.UploadOperation CreateUpload(global::System.Uri uri, global::Windows.Storage.IStorageFile sourceFile)
 {
     throw new global::System.NotImplementedException("The member UploadOperation BackgroundUploader.CreateUpload(Uri uri, IStorageFile sourceFile) is not implemented in Uno.");
 }
예제 #19
0
 public void SetFileSource(global::Windows.Storage.IStorageFile file)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Media.Playback.MediaPlayer", "void MediaPlayer.SetFileSource(IStorageFile file)");
 }
예제 #20
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Editing.BackgroundAudioTrack> CreateFromFileAsync(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<BackgroundAudioTrack> BackgroundAudioTrack.CreateFromFileAsync(IStorageFile file) is not implemented in Uno.");
 }
예제 #21
0
 public static global::Windows.Media.Core.MediaSource CreateFromStorageFile(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member MediaSource MediaSource.CreateFromStorageFile(IStorageFile file) is not implemented in Uno.");
 }
예제 #22
0
파일: AudioGraph.cs 프로젝트: nepronen/Uno
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Audio.CreateAudioFileOutputNodeResult> CreateFileOutputNodeAsync(global::Windows.Storage.IStorageFile file, global::Windows.Media.MediaProperties.MediaEncodingProfile fileEncodingProfile)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<CreateAudioFileOutputNodeResult> AudioGraph.CreateFileOutputNodeAsync(IStorageFile file, MediaEncodingProfile fileEncodingProfile) is not implemented in Uno.");
 }
예제 #23
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Media.Transcoding.TranscodeFailureReason, double> RenderToFileAsync(global::Windows.Storage.IStorageFile destination)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<TranscodeFailureReason, double> MediaComposition.RenderToFileAsync(IStorageFile destination) is not implemented in Uno.");
 }
예제 #24
0
파일: AudioGraph.cs 프로젝트: nepronen/Uno
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Audio.CreateAudioFileInputNodeResult> CreateFileInputNodeAsync(global::Windows.Storage.IStorageFile file, global::Windows.Media.Audio.AudioNodeEmitter emitter)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<CreateAudioFileInputNodeResult> AudioGraph.CreateFileInputNodeAsync(IStorageFile file, AudioNodeEmitter emitter) is not implemented in Uno.");
 }
예제 #25
0
 public global::System.Collections.Generic.IList <string> GetFileURLs(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IList<string> NDStorageFileHelper.GetFileURLs(IStorageFile file) is not implemented in Uno.");
 }
예제 #26
0
 public static void DeferUpdates(global::Windows.Storage.IStorageFile file)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.CachedFileManager", "void CachedFileManager.DeferUpdates(IStorageFile file)");
 }
예제 #27
0
파일: XmlDocument.cs 프로젝트: nepronen/Uno
 public global::Windows.Foundation.IAsyncAction SaveToFileAsync(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction XmlDocument.SaveToFileAsync(IStorageFile file) is not implemented in Uno.");
 }
예제 #28
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Provider.FileUpdateStatus> CompleteUpdatesAsync(global::Windows.Storage.IStorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<FileUpdateStatus> CachedFileManager.CompleteUpdatesAsync(IStorageFile file) is not implemented in Uno.");
 }
예제 #29
0
 public static void SetUpdateInformation(global::Windows.Storage.IStorageFile file, string contentId, global::Windows.Storage.Provider.ReadActivationMode readMode, global::Windows.Storage.Provider.WriteActivationMode writeMode, global::Windows.Storage.Provider.CachedFileOptions options)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Provider.CachedFileUpdater", "void CachedFileUpdater.SetUpdateInformation(IStorageFile file, string contentId, ReadActivationMode readMode, WriteActivationMode writeMode, CachedFileOptions options)");
 }
예제 #30
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Data.Pdf.PdfDocument> LoadFromFileAsync(global::Windows.Storage.IStorageFile file, string password)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<PdfDocument> PdfDocument.LoadFromFileAsync(IStorageFile file, string password) is not implemented in Uno.");
 }