Advertisement
angelwzr

14322 vs 14328

Apr 20th, 2016
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.07 KB | None | 0 0
  1.  
  2.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  3.  
  4.  new file: 14328_Windows.WinMD
  5.  old file: 14322_Windows.WinMD
  6.  
  7.  diff legends: +: added, -: removed, *: changed, |: type member changed
  8.  
  9. | public class Windows.Networking.Vpn.VpnTrafficFilterAssignment {
  10. +   public VpnTrafficFilterAssignment();
  11. | }
  12.  
  13. | public enum Windows.Security.Authentication.Identity.Core.MicrosoftAccountMultiFactorServiceResponse {
  14. +   DeviceIdChanged = 21,
  15. | }
  16.  
  17. | public enum Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorAuthenticationMessage {
  18. +   TryAgain = 16,
  19. +   SayPassphrase = 17,
  20. +   ReadyToSignIn = 18,
  21. +   UseAnotherSignInOption = 19,
  22. | }
  23.  
  24. | public class Windows.Services.Store.StoreAppLicense {
  25. +   public bool IsTrialOwnedByThisUser { get; }
  26. +   public string TrialUniqueId { get; }
  27. | }
  28.  
  29. | public class Windows.UI.Core.AcceleratorKeyEventArgs {
  30. *   public string DeviceId { get; }
  31. | }
  32.  
  33. | public class Windows.UI.Core.CoreComponentInputSource {
  34. +   public string GetCurrentKeyEventDeviceId();
  35. | }
  36.  
  37. | public class Windows.UI.Core.CoreWindow {
  38. +   public string GetCurrentKeyEventDeviceId();
  39. | }
  40.  
  41. | public class Windows.UI.Core.KeyEventArgs {
  42. *   public string DeviceId { get; }
  43. | }
  44.  
  45. | public class Windows.UI.Notifications.Notification {
  46. -   public NotificationKinds NotificationKinds { get; }
  47. | }
  48.  
  49. | public class Windows.UI.Notifications.ScheduledToastNotification {
  50. +   public string RemoteId { get; set; }
  51. +   public NotificationMirroring NotificationMirroring { get; set; }
  52. | }
  53.  
  54. | public class Windows.UI.Notifications.UserNotificationChangedEventArgs {
  55. -   public NotificationKinds NotificationKinds { get; }
  56. | }
  57.  
  58. - public class Windows.UI.Xaml.Controls.ColorCollection : Windows.UI.Xaml.DependencyObject;
  59.  
  60. - public enum Windows.UI.Xaml.Controls.ExternalActorMode;
  61.  
  62. - public interface Windows.UI.Xaml.Controls.IInkToolbarOverrides;
  63.  
  64. - public interface Windows.UI.Xaml.Controls.IInkToolbarPenButtonOverrides;
  65.  
  66. | public class Windows.UI.Xaml.Input.KeyRoutedEventArgs : Windows.UI.Xaml.RoutedEventArgs {
  67. *   public string DeviceId { get; }
  68. | }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement