IHostUISupportsMultipleChoiceSelection
Interface
Definition
This interface needs to be implemented by PSHost objects that want to support PromptForChoice by giving the user ability to select more than one choice. The PromptForChoice method available in PSHostUserInterface class supports only one choice selection.
public interface IHostUISupportsMultipleChoiceSelection
Methods
| PromptForChoice(String, String, Collection<ChoiceDescription>, IEnumerable<Int32>) |
Presents a dialog allowing the user to choose options from a set of options. |