Advertisement
angelwzr

14344 vs 14347

May 17th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.05 KB | None | 0 0
  1.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  2.  
  3.  new file: 14347_Windows.WinMD
  4.  old file: 14344_Windows.WinMD
  5.  
  6.  diff legends: +: added, -: removed, *: changed, |: type member changed
  7.  
  8. | public enum Windows.ApplicationModel.Store.Preview.StoreSystemFeature {
  9. +   VideoMemory1GB = 33,
  10. | }
  11.  
  12. | public class Windows.Services.Store.StorePurchaseProperties {
  13. -   public Uri ImageUri { get; set; }
  14. -   public string Description { get; set; }
  15. | }
  16.  
  17. | public enum Windows.UI.Xaml.ElementSoundMode {
  18. *   FocusOnly = 1,
  19. *   Off = 2,
  20. | }
  21.  
  22. | public class Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer {
  23. +   public WindowInteractionState InteractionState { get; }
  24. +   public bool IsModal { get; }
  25. +   public bool IsTopmost { get; }
  26. +   public bool Maximizable { get; }
  27. +   public bool Minimizable { get; }
  28. +   public WindowVisualState VisualState { get; }
  29. +   public void Close();
  30. +   public void SetVisualState( WindowVisualState state );
  31. +   public bool WaitForInputIdle( int returnValue );
  32. | }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement