共用方式為


PromptOptionsWithSynonyms<T>.Descriptions 屬性

定義

每個可能選項的描述。

public System.Collections.Generic.IReadOnlyList<string> Descriptions { get; }
member this.Descriptions : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Descriptions As IReadOnlyList(Of String)

屬性值

實作

備註

如果這是 Null,則描述會是轉換成字串的選項。 否則,這應該具有與 Options 相同的值數目,而且它包含描述所選取值的字串。

適用於