Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the user executes the template, the specified property will display a builder button on the property sheet:

IMAGE GOES HEREImage Added

Clicking the builder button will open an editor that allows the user to type strings on separate lines:

IMAGE GOES HEREImage Added

Info

You can also edit the members of the collection directly in the property grid as a comma-separated list.

In your code, you can iterate through the collection as an array:

The list is:
<% for (int i = 0; i < List.Count; i++){ %>
<%= List[i] %>
<% } %>