0

I'm trying to write a custom code activity for my tfs build. How can I list, or where can I get a list of available values for my activity?

4

1 回答 1

1

If you are using an enumeration for an activity argument or variable, the values should show up in the property window for the activity. Another approach is to develop an activity designer on top of your custom activity that can provide a listing of the available choices.

Some resources on creating your own activity designers:

于 2012-09-19T17:20:00.490 回答