IHostUISupportsMultipleChoiceSelection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 class IHostUISupportsMultipleChoiceSelection
public interface IHostUISupportsMultipleChoiceSelection
[System.Runtime.CompilerServices.NullableContext(2)]
public interface IHostUISupportsMultipleChoiceSelection
type IHostUISupportsMultipleChoiceSelection = interface
[<System.Runtime.CompilerServices.NullableContext(2)>]
type IHostUISupportsMultipleChoiceSelection = interface
Public Interface IHostUISupportsMultipleChoiceSelection
- Attributes
Methods
PromptForChoice(String, String, Collection<ChoiceDescription>, IEnumerable<Int32>) |
Presents a dialog allowing the user to choose options from a set of options. |