System.Web.PowerShell.HttpPowerShellHostUserInterface.PromptForChoice C# (CSharp) Method

PromptForChoice() public method

public PromptForChoice ( string caption, string message, Collection choices, int defaultChoice ) : int
caption string
message string
choices Collection
defaultChoice int
return int
        public override int PromptForChoice(string caption, string message, Collection<ChoiceDescription> choices, int defaultChoice)
        {
            throw new NotSupportedException();
        }