Hi,
Is it possible to store a custom enumeration directly as a user setting
This would result in a user setting having the enumeration as type, as opposed to using a string or integer type.
Regards, Tonn
Hi,
Is it possible to store a custom enumeration directly as a user setting
This would result in a user setting having the enumeration as type, as opposed to using a string or integer type.
Regards, Tonn
How to: create an enumeration user setting
QWERTYtech
Hello tonn,
I search for this and tell your the link. Some Microsoft Guy has market my post as answered.
I get back to you.
Best Regards,
rsai
Hi RizwanSharp,
Thanks for your reply.
However googling as well as a forum search is always the first thing I do and I came up empty.
Have you found something specific somewhere
Perhaps the person who marked your post as helpful found something
Fahd
Yes, Its possible to use Custom Types in Settings but I have never tried it. Plese doo google and you'll get +ve rsults hopefully.
Best Regards,
jaymoss
Hi RizwanSharp,
Thanks very much!
In hindsight it looks like a matter of overlooking the obvious. Somehow I completely missed the possibility of filling in the fully qualified name. You've been very helpful.
Regards, Tonn
Kamii47
tonn, I tried to search it but now luck, Then thought to try it myself and got it done ;)
Cheers ;-)
John Smart - MSFT
I think Arrays are Not Supported in this but not Sure. but I think you can Use List as a setting. Have to double check it coz I never needed to do something like this and have always been happy with some basic types like int, float string. Try to do it and tell me if I can help you!
Cheers!
anandc
Hey that's great. I like this feature.
Is it also possivble to havbe a collection of enums. I managed to get them entered, but the settings will be empty afterwards. Itried several ways like:
myNamespace.myEnum[]
or having a object derived from List<myEnum>
both does not work.