Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get to use XAML2009 features

Tags:

xaml

.net-4.0

I've been reading a little about teh new features available through XAML2009. How do I get to use them in VS2010 (.net 4.0)?

Specifically, I want to use x:Arguments and want to know which namespace I need to include (if any).

I've read this from the documentation (below), but I can't figure how to get round it? Should I just not use thie new features?

In WPF, you can use XAML 2009 features, but only for XAML that is not WPF markup-compiled. Markup-compiled XAML and the BAML form of XAML do not currently support the XAML 2009 language keywords and features.

like image 902
Pete Avatar asked Apr 26 '10 10:04

Pete


1 Answers

MS was unable to bring XAML2009 to VS2010 (designer + XAML editor) before it was released. We have to wait till the next version or maybe service pack.

http://blogs.windowsclient.net/rob_relyea/archive/2009/05/20/yes-xaml2009-isn-t-everywhere-yet.aspx

like image 122
Petr Havlicek Avatar answered Sep 28 '22 01:09

Petr Havlicek