Share via


PromptOptions<T>.Choices 属性

定义

选择时要返回的选项和同义词。

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

属性值

实现

适用于