Developer Network
Developer Network
Developer Network
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
Replacement for Type.GetFields() in WinRT?
Archived Forums A-B
>
Building Windows Store apps with C# or VB (archived)
Question
0
Sign in to vote
I've been using Type.GetFields() to enumerate the values defined for Enum types. I can't seem to find a replacement for that in WinRT. Is there a way to accomplish the same thing?
Thursday, December 29, 2011 3:14 AM
Answers
1
Sign in to vote
Scratch that, found that I can go back to using Enum.GetValues in Metro.
Marked as answer by
Ryan Gregg
Thursday, December 29, 2011 6:59 AM
Thursday, December 29, 2011 6:59 AM