PromptOptions<TResult>.Choices Property
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.
Gets the mappings from result value to option.
public Microsoft.VisualStudio.Extensibility.Shell.ChoiceResultCollection<TResult> Choices { get; }
member this.Choices : Microsoft.VisualStudio.Extensibility.Shell.ChoiceResultCollection<'Result (requires 'Result : struct)>
Public ReadOnly Property Choices As ChoiceResultCollection(Of TResult)