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.
我正在编写一个 windows phone 8 应用程序。
我希望用户选择一个相册(不是相册中的照片)。所以我会为该相册中的所有照片做一些事情。
有对象这样做吗?
我使用 vb.net 进行编码。
提前致谢。
我会说不。这是Windows Phone 选择器的列表。似乎PhotoChooserTask只能选择照片,而不是整个相册。
I have searched for a few examples and not found one that is similar to what I have and what I want to achieve.
I have 2 lists
class object1 { string obj1_name; int obj1_qty; } List<obj