Friday, March 16, 2012

Parameters

Ok this may be a dumb question but how do I get the parameters in a function to appear as a list of options.

An example would be a function parameter of type bolloean you get the choice of true or false when you use that function in vs.net.

I want the functions in my object to display a list of options that i choose.

I dont know if this is posible what it would be called. Any help would be appricated.I assume you're talking about when you're writing code (as opposed to something else?). If the cursor is in the parameter list, then press Ctrl-Shift-Space. Unrelated to the parameter list, if you just want intellisense to pop up a list of all classes/APIs press Ctrl-Space.

-Brock

0 comments:

Post a Comment