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 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.

Applies to