Advertisement
Guest User

Untitled

a guest
Feb 11th, 2014
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. API changes
  2. We encourage you to move away from deprecated APIs to get the best performance from your app. Also, some API elements have moved to new namespaces.
  3.  
  4. The following API elements are deprecated.
  5. API element Replace with
  6. Pivot.LoadingPivotItem Pivot.PivotItemLoading
  7. Pivot.LoadedPivotItem Pivot.PivotItemLoaded
  8. Pivot.UnloadingPivotItem Pivot.PivotItemUnloading
  9. Pivot.UnloadedPivotItem Pivot.PivotItemUnloaded
  10. Display.DisplayProperties Display.DisplayInformation.GetForCurrentView
  11. MediaPlayer.UriSource MediaPlayer.SetUriSource
  12. ActivateBackgroundObject IBackgroundTask (see “Background Audio”)
  13. NavigateThemeTransition NavigationThemeTransition
  14. ExitTarget ExitElement
  15. EntranceTarget EntranceElement
  16. IsExitTargetProvider ExitElementContainer
  17. TurnstileNavigationTransitionInfo CommonNavigationTransitionInfo
  18. PhoneFontSize19 TextStyleLargeFontSize
  19. PhoneFontSizeMedium TextStyleLargeFontSize
  20. PhoneFontSizeLarge TextStyleExtraLargeFontSize
  21. PivotHeaderFontSize PivotHeaderItemFontSize
  22. PivotTitleFontSize TextStyleLargeFontSize
  23. SetBoundsForLayout SetDesiredBoundsMode
  24. BoundsForLayout DesiredBoundsMode
  25. ApplicationViewLayoutBoundsOption ApplicationViewBoundsMode
  26. VisibleBounds UseVisible
  27. CoreWindowsBounds UseCoreWindow
  28. Windows.UI.ViewManagement.Application.IsImmersive Windows.UI.ViewManagement.ApplicationView. SuppressSystemOverlaysWindows.UI.ViewManagement.ApplicationView.SuppressSystemOverlays
  29.  
  30. The following API elements have new types.
  31. API element Old type New type
  32. Pivot.Title string object
  33.  
  34. The following API elements have moved from the Windows.UI.Xaml.Phone namespace.
  35. API element New namespace
  36. DatePickerFlyout Windows.UI.Xaml.Controls
  37. DatePickerFlyoutItem Windows.UI.Xaml.Controls
  38. DatePickerFlyoutPresenter Windows.UI.Xaml.Controls
  39. DateSelectionCompletedEventArgs Windows.UI.Xaml.Controls
  40. DateSelectionCompletedEventHandler Windows.UI.Xaml.Controls
  41. ItemsSelectionCompletedEventArgs Windows.UI.Xaml.Controls
  42. ItemsSelectionCompletedEventHandle Windows.UI.Xaml.Controls
  43. ListPickerFlyout Windows.UI.Xaml.Controls
  44. ListPickerFlyoutPresenter Windows.UI.Xaml.Controls
  45. PickerFlyout Windows.UI.Xaml.Controls
  46. PickerFlyoutPresenter Windows.UI.Xaml.Controls
  47. Pivot Windows.UI.Xaml.Controls
  48. PivotItem Windows.UI.Xaml.Controls
  49. PivotItemEventArgs Windows.UI.Xaml.Controls
  50. PivotItemLoadedEventHandler Windows.UI.Xaml.Controls
  51. PivotItemLoadingEventHandler Windows.UI.Xaml.Controls
  52. PivotItemUnloadedEventHandler Windows.UI.Xaml.Controls
  53. PivotItemUnloadingEventHandler Windows.UI.Xaml.Controls
  54. PivotSlideInAnimationGroup Windows.UI.Xaml.Controls
  55. SelectionCompletedEventArgs Windows.UI.Xaml.Controls
  56. TimePickerFlyout Windows.UI.Xaml.Controls
  57. TimePickerFlyoutPresenter Windows.UI.Xaml.Controls
  58. TimeSelectionCompletedEventArgs Windows.UI.Xaml.Controls
  59. TimeSelectionCompletedEventHandler Windows.UI.Xaml.Controls
  60. JumpListItemBackgroundConverter Windows.UI.Xaml.Controls.Primitives
  61. JumpListItemForegroundConverter Windows.UI.Xaml.Controls.Primitives
  62. LoopingSelector Windows.UI.Xaml.Controls.Primitives
  63. LoopingSelectorItem Windows.UI.Xaml.Controls.Primitives
  64. LoopingSelectorPanel Windows.UI.Xaml.Controls.Primitives
  65. PickerFlyoutBase Windows.UI.Xaml.Controls.Primitives
  66. PivotHeaderItem Windows.UI.Xaml.Controls.Primitives
  67. PivotHeadersControl Windows.UI.Xaml.Controls.Primitives
  68. ContinuumNavigationTransitionInfo Windows.UI.Xaml.Media.Animation
  69. NavigateThemeTransition Windows.UI.Xaml.Media.Animation
  70. SlideNavigationTransitionInfo Windows.UI.Xaml.Media.Animation
  71. TurnstileNavigationTransitionInfo Windows.UI.Xaml.Media.Animation
  72. DatePickerFlyoutPresenterAutomationPeer Windows.UI.Xaml.Automation.Peers
  73. LoopingSelectorAutomationPeer Windows.UI.Xaml.Automation.Peers
  74. LoopingSelectorItemAutomationPeer Windows.UI.Xaml.Automation.Peers
  75. LoopingSelectorItemDataAutomationPeer Windows.UI.Xaml.Automation.Peers
  76. PivotAutomationPeer Windows.UI.Xaml.Automation.Peers
  77. PivotItemAutomationPeer Windows.UI.Xaml.Automation.Peers
  78. TimePickerFlyoutPresenterAutomationPeer Windows.UI.Xaml.Automation.Peers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement