Compartilhar via


PropertyPaneDropDownProperties.Options Propriedade

Definição

Obtém ou define a coleção de opções para este dropdown do tipo PropertyPaneDropDownOption.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Schema.SharePoint.PropertyPaneDropDownOption> Options { get; set; }
member this.Options : seq<Microsoft.Bot.Schema.SharePoint.PropertyPaneDropDownOption> with get, set
Public Property Options As IEnumerable(Of PropertyPaneDropDownOption)

Valor da propriedade

Esse valor são as opções da lista suspensa.

Aplica-se a