PromptOptionsWithSynonyms<T>.Descriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每個可能選項的描述。
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 相同的值數目,而且它包含描述所選取值的字串。