共用方式為


IPromptOptions<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 相同的值數目,且包含字串來描述所選取的值。

適用於