PropertyPaneDropDownProperties 类

定义

SharePoint 属性窗格下拉列表属性对象。

public class PropertyPaneDropDownProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneDropDownProperties = class
    interface IPropertyPaneFieldProperties
Public Class PropertyPaneDropDownProperties
Implements IPropertyPaneFieldProperties
继承
PropertyPaneDropDownProperties
实现

构造函数

PropertyPaneDropDownProperties()

初始化 PropertyPaneDropDownProperties 类的新实例。

属性

AriaLabel

获取或设置可选的 ariaLabel 标志。 无论切换状态如何,屏幕阅读器都会报出的文本。 类型为 String

AriaPositionInSet

获取或设置元素在当前控件集中的数字或位置。 映射到本机 aria-positionset 属性。 它从类型 Int32的 1 开始。

AriaSetSize

获取或设置当前控件集中的项数。 映射到 Int32类型的本机 aria-setsize 属性。

Disabled

获取或设置一个值,该值指示是否启用此控件的类型 Boolean

ErrorMessage

获取或设置类型为 String的错误消息。

Label

获取或设置 String类型的标签。

Options

获取或设置此类型为 PropertyPaneDropDownOption的下拉列表选项的集合。

SelectedKey

获取或设置类型为 String的最初选定选项的键。

适用于