Example #1
0
 private void Update_Entry_RawEntry(global::Windows.Storage.IStorageItem obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Entry_RawEntry_Name(obj.Name, phase);
         }
     }
 }
Example #2
0
 private void Update_Entry_RawEntry(global::Windows.Storage.IStorageItem obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Entry_RawEntry_DateCreated(obj.DateCreated, phase);
             this.Update_Entry_RawEntry_Path(obj.Path, phase);
         }
     }
 }
Example #3
0
 public bool IsEqual(global::Windows.Storage.IStorageItem item)
 {
     throw new global::System.NotImplementedException("The member bool StorageFile.IsEqual(IStorageItem item) is not implemented in Uno.");
 }
Example #4
0
 public void AddOrReplace(string token, global::Windows.Storage.IStorageItem file, string metadata)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList", "void StorageItemMostRecentlyUsedList.AddOrReplace(string token, IStorageItem file, string metadata)");
 }
Example #5
0
 public string Add(global::Windows.Storage.IStorageItem file, string metadata)
 {
     throw new global::System.NotImplementedException("The member string StorageItemMostRecentlyUsedList.Add(IStorageItem file, string metadata) is not implemented in Uno.");
 }
Example #6
0
 public string Add(global::Windows.Storage.IStorageItem file, string metadata, global::Windows.Storage.AccessCache.RecentStorageItemVisibility visibility)
 {
     throw new global::System.NotImplementedException("The member string StorageItemMostRecentlyUsedList.Add(IStorageItem file, string metadata, RecentStorageItemVisibility visibility) is not implemented in Uno.");
 }
Example #7
0
 public bool CheckAccess(global::Windows.Storage.IStorageItem file)
 {
     throw new global::System.NotImplementedException("The member bool StorageItemMostRecentlyUsedList.CheckAccess(IStorageItem file) is not implemented in Uno.");
 }
Example #8
0
 public string Add(global::Windows.Storage.IStorageItem file)
 {
     throw new global::System.NotImplementedException("The member string StorageItemAccessList.Add(IStorageItem file) is not implemented in Uno.");
 }
Example #9
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Security.DataProtection.UserDataStorageItemProtectionInfo> GetStorageItemProtectionInfoAsync(global::Windows.Storage.IStorageItem storageItem)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<UserDataStorageItemProtectionInfo> UserDataProtectionManager.GetStorageItemProtectionInfoAsync(IStorageItem storageItem) is not implemented in Uno.");
 }
Example #10
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Security.DataProtection.UserDataStorageItemProtectionStatus> ProtectStorageItemAsync(global::Windows.Storage.IStorageItem storageItem, global::Windows.Security.DataProtection.UserDataAvailability availability)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<UserDataStorageItemProtectionStatus> UserDataProtectionManager.ProtectStorageItemAsync(IStorageItem storageItem, UserDataAvailability availability) is not implemented in Uno.");
 }