Advertisement
angelwzr

14360 vs 14367

Jun 15th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.82 KB | None | 0 0
  1.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  2.  
  3.  new file: 14367_Windows.WinMD
  4.  old file: 14360_Windows.WinMD
  5.  
  6.  diff legends: +: added, -: removed, *: changed, |: type member changed
  7.  
  8. | public class Windows.Media.Protection.ProtectionCapabilities {
  9. +   public ProtectionCapabilities();
  10. | }
  11.  
  12. | public class Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer {
  13. +   public WindowInteractionState InteractionState { get; }
  14. +   public bool IsModal { get; }
  15. +   public bool IsTopmost { get; }
  16. +   public bool Maximizable { get; }
  17. +   public bool Minimizable { get; }
  18. +   public WindowVisualState VisualState { get; }
  19. +   public void Close();
  20. +   public void SetVisualState( WindowVisualState state );
  21. +   public bool WaitForInputIdle( int returnValue );
  22. | }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement