Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将一些 TextBlock 组件绑定到本地设置数据。这是否可能,如果可能,如何在 XAML 中引用 LocalSettings 对象?
I tried this code for adding b to books:
b
books
IEnumerable<Book> books =null; foreach (Book b in context.Books.AsEnumerable())