Пример #1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.System.LaunchQuerySupportStatus> QueryFileSupportAsync(global::Windows.Storage.StorageFile file, string packageFamilyName)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<LaunchQuerySupportStatus> Launcher.QueryFileSupportAsync(StorageFile file, string packageFamilyName) is not implemented in Uno.");
 }
Пример #2
0
private async void initNativeFileInfo(global::org.xmlvm._nArrayAdapter<sbyte> n1)
{
    global::java.lang.String str = new global::java.lang.String();
    str.@this(n1);
    string nativeStr = global::org.xmlvm._nUtil.toNativeString(str);
    if(nativeStr.StartsWith("/")) {
        nativeStr = nativeStr.Substring(1);
    }
    global::System.Uri uri = new global::System.Uri(nativeStr, global::System.UriKind.Relative);
    info = await global::Windows.Storage.StorageFile.GetFileFromApplicationUriAsync(uri);
    props = await info.GetBasicPropertiesAsync();
}
Пример #3
0
 public static global::Windows.Foundation.IAsyncAction InstallCommandDefinitionsFromStorageFileAsync(global::Windows.Storage.StorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync(StorageFile file) is not implemented in Uno.");
 }
Пример #4
0
 public global::Windows.Foundation.IAsyncOperation <bool> TrySetWallpaperImageAsync(global::Windows.Storage.StorageFile imageFile)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> UserProfilePersonalizationSettings.TrySetWallpaperImageAsync(StorageFile imageFile) is not implemented in Uno.");
 }
Пример #5
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryDisplayStorageFileBitmapAtCursorAsync(global::Windows.Storage.StorageFile bitmap, global::Windows.Devices.PointOfService.LineDisplayHorizontalAlignment horizontalAlignment, global::Windows.Devices.PointOfService.LineDisplayVerticalAlignment verticalAlignment, int widthInPixels)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> LineDisplayWindow.TryDisplayStorageFileBitmapAtCursorAsync(StorageFile bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment, int widthInPixels) is not implemented in Uno.");
 }
Пример #6
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryDisplayStorageFileBitmapAtPointAsync(global::Windows.Storage.StorageFile bitmap, global::Windows.Foundation.Point offsetInPixels, int widthInPixels)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> LineDisplayWindow.TryDisplayStorageFileBitmapAtPointAsync(StorageFile bitmap, Point offsetInPixels, int widthInPixels) is not implemented in Uno.");
 }
Пример #7
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Devices.PointOfService.LineDisplayStoredBitmap> TryStoreStorageFileBitmapAsync(global::Windows.Storage.StorageFile bitmap, global::Windows.Devices.PointOfService.LineDisplayHorizontalAlignment horizontalAlignment, global::Windows.Devices.PointOfService.LineDisplayVerticalAlignment verticalAlignment)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<LineDisplayStoredBitmap> ClaimedLineDisplay.TryStoreStorageFileBitmapAsync(StorageFile bitmap, LineDisplayHorizontalAlignment horizontalAlignment, LineDisplayVerticalAlignment verticalAlignment) is not implemented in Uno.");
 }
Пример #8
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryDisplayStorageFileBitmapAtCursorAsync(global::Windows.Storage.StorageFile bitmap)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> LineDisplayWindow.TryDisplayStorageFileBitmapAtCursorAsync(StorageFile bitmap) is not implemented in Uno.");
 }
Пример #9
0
 public SpeechRecognitionGrammarFileConstraint(global::Windows.Storage.StorageFile file, string tag)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Media.SpeechRecognition.SpeechRecognitionGrammarFileConstraint", "SpeechRecognitionGrammarFileConstraint.SpeechRecognitionGrammarFileConstraint(StorageFile file, string tag)");
 }
Пример #10
0
 public global::System.Collections.Generic.IDictionary <string, global::System.Collections.Generic.IReadOnlyList <global::Windows.Data.Text.TextSegment> > GetMatchingPropertiesWithRanges(global::Windows.Storage.StorageFile file)
 {
     throw new global::System.NotImplementedException("The member IDictionary<string, IReadOnlyList<TextSegment>> StorageFileQueryResult.GetMatchingPropertiesWithRanges(StorageFile file) is not implemented in Uno.");
 }
Пример #11
0
 public global::Windows.Foundation.IAsyncOperation <bool> CopyFromFileAsync(global::Windows.Media.MediaPlaybackType type, global::Windows.Storage.StorageFile source)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> SystemMediaTransportControlsDisplayUpdater.CopyFromFileAsync(MediaPlaybackType type, StorageFile source) is not implemented in Uno.");
 }
Пример #12
0
 public static global::Windows.Foundation.IAsyncAction ReloadSimulatorAsync(global::Windows.Storage.StorageFile simulatorSettingsFile)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction CurrentAppSimulator.ReloadSimulatorAsync(StorageFile simulatorSettingsFile) is not implemented in Uno.");
 }
Пример #13
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Editing.MediaComposition> LoadAsync(global::Windows.Storage.StorageFile file)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MediaComposition> MediaComposition.LoadAsync(StorageFile file) is not implemented in Uno.");
 }