IPromptOptions<T>.Descriptions Property

Definition

The description of each possible option.

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

Property Value

Remarks

If this is null, then the descriptions will be the options converted to strings. Otherwise this should have the same number of values as Options and it contains the string to describe the value being selected.

Applies to