Sign in
Ralph Squillace -- Docs, Samples, Docs, Samples....
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ACS
Add Service Reference
AppFabric
ASR
Azure
Azure AppFabric Cloud
Basic Auth
bing
Cloud
DataMarket
EF
HTTPS
HttpWebRequest
Linq
namespaces
Odata
oslo
Patterns
repository
search
Service Bus
SQL Server 2008
Svcutil.exe
WCF
WCF Data Services
Web Service
WebClient
Windows Phone 7
WPF
XML
Browse by Tags
MSDN Blogs
>
Ralph Squillace -- Docs, Samples, Docs, Samples....
>
All Tags
>
wpf
Tagged Content List
Blog Post:
How Do I.... Linq directly into an ItemCollection?
ralph.squillace
I have this: private void LoadSupportSolutionsSection(ItemCollection itemCollection, XElement category) { // Solution, url att, Title, Description. var solutions = from sol in category.Elements("Solution") select new TreeViewItem { Header = sol.Element("Title").Value, Tag = sol.Attribute("url").Value...
on
21 Jan 2011
Page 1 of 1 (1 items)