angelwzr

14328 vs 14340

May 6th, 2016
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.32 KB | None | 0 0
  1.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  2.  
  3.  new file: 14340_Windows.WinMD
  4.  old file: 14328_Windows.WinMD
  5.  
  6.  diff legends: +: added, -: removed, *: changed, |: type member changed
  7.  
  8. | public enum Windows.ApplicationModel.Chat.ChatMessageValidationStatus {
  9. +   ValidWithLargeMessage = 11,
  10. +   VoiceRoamingRestriction = 12,
  11. +   DataRoamingRestriction = 13,
  12. | }
  13.  
  14. | public class Windows.Management.Deployment.PackageManager {
  15. +   public IAsyncOperation<IVectorView<PackageVolume>> GetPackageVolumesAsync();
  16. | }
  17.  
  18. | public class Windows.Management.Deployment.PackageVolume {
  19. +   public bool IsAppxInstallSupported { get; }
  20. +   public bool IsFullTrustPackageSupported { get; }
  21. +   public IAsyncOperation<ulong> GetAvailableSpaceAsync();
  22. | }
  23.  
  24. | public class Windows.Media.MediaTimelineController {
  25. +   public MediaTimelineController();
  26. | }
  27.  
  28. | public class Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorRegistration {
  29. +   public static IAsyncAction UpdateDeviceConfigurationDataAsync( string result, IBuffer deviceId );
  30. | }
  31.  
  32. | public enum Windows.Security.EnterpriseData.FileProtectionStatus {
  33. +   FileInUse = 10,
  34. | }
  35.  
  36. | public class Windows.Services.Store.StoreContext {
  37. +   public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndOptionalStorePackageUpdatesAsync();
  38. -   public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndSupplementalStorePackageUpdatesAsync();
  39. | }
  40.  
  41. + public enum Windows.System.LaunchFileStatus {
  42. +   Success = 0,
  43. +   AppUnavailable = 1,
  44. +   DeniedByPolicy = 2,
  45. +   FileTypeNotSupported = 3,
  46. +   Unknown = 4,
  47. + }
  48.  
  49. | public class Windows.System.Launcher {
  50. +   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user );
  51. +   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri );
  52. +   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
  53. +   public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri );
  54. +   public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
  55. | }
  56.  
  57. | public enum Windows.System.RemoteSystems.RemoteSystemStatus {
  58. *   DiscoveringAvailability = 1,
  59. *   Available = 2,
  60. | }
  61.  
  62. | public enum Windows.UI.Xaml.Automation.AnnotationType {
  63. +   InsertionChange = 60011,
  64. +   DeletionChange = 60012,
  65. +   MoveChange = 60013,
  66. +   FormatChange = 60014,
  67. +   UnsyncedChange = 60015,
  68. +   EditingLockedChange = 60016,
  69. +   ExternalChange = 60017,
  70. +   ConflictingChange = 60018,
  71. +   Author = 60019,
  72. +   AdvancedProofingIssue = 60020,
  73. +   DataValidationError = 60021,
  74. +   CircularReferenceError = 60022,
  75. | }
  76.  
  77. | public class Windows.UI.Xaml.Automation.AutomationElementIdentifiers {
  78. +   public AutomationProperty FlowsFromProperty { get; }
  79. +   public AutomationProperty FlowsToProperty { get; }
  80. | }
  81.  
  82. | public class Windows.UI.Xaml.Automation.AutomationProperties {
  83. +   public DependencyProperty FlowsToProperty { get; }
  84. +   public DependencyProperty FlowsFromProperty { get; }
  85. +   public static IVector<DependencyObject> GetFlowsTo( DependencyObject value );
  86. +   public static IVector<DependencyObject> GetFlowsFrom( DependencyObject value );
  87. | }
Advertisement
Add Comment
Please, Sign In to add comment