WPFの次バージョンの新機能

The Present and Future of WPF - Pete Brown's 10rem.net



 この記事はPDC10のオンデマンドビデオとして公開されている「WPF Today and Tomorrow」の内容とほぼ同一のものとなっています。

WPF Today and Tomorrow - PDC10


セッション資料



 この記事の中で、WPFの次バージョンで予定されている機能が紹介されていましたので引用します。

  • Hosting of Silverlight content with the new SilverlightHost element, without airspace issues (the inability to overlap WPF content over native Windows hWnd content)
  • airspace問題(ネイティブのWindows hWndコンテンツの上にWPFコンテンツを重ねることはできないこと)のないSilverlightHost要素によるSilverlightコンテンツのホスティング


  • Overall better management of airspace with hosted native hWnd-based content like the WebBrowser, HwndHost and WindowsFormsHost
  • WebBrowser、HwndHost、WindowsFormsHostのようなネイティブのhWndベースのコンテンツをホストする際のairspace問題全般の改善


  • Enabling binding and change notification for collections that are created on a background thread
  • バックグラウンドスレッドで作成されたコレクションに対するバインディングと変更通知の有効化


  • Better integration with UI virtualization
  • UI仮想化統合の改善




Of course, we're early in the process, so this is subject to change, and it is by no means a complete list.
もちろんまだ早期の段階であるため、これは変更される可能性があり決して完全なリストではありません。