Compartir a través de


PropertyPaneDropDownProperties.Options Propiedad

Definición

Obtiene o establece la colección de opciones de este menú desplegable de 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 de propiedad

Este valor es las opciones de la lista desplegable.

Se aplica a