다음을 통해 공유


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형식 옵션의 키를 가져오거나 설정합니다.

적용 대상