PromptOptions<T>.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.
The choices and synonyms to be returned when selected.
public System.Collections.Generic.IReadOnlyDictionary<T,System.Collections.Generic.IReadOnlyList<T>> Choices { get; }
member this.Choices : System.Collections.Generic.IReadOnlyDictionary<'T, System.Collections.Generic.IReadOnlyList<'T>>
Public ReadOnly Property Choices As IReadOnlyDictionary(Of T, IReadOnlyList(Of T))