다음을 통해 공유


PropertyPaneToggleProperties 클래스

정의

SharePoint 속성 창에서 속성 개체를 토글합니다.

public class PropertyPaneToggleProperties : Microsoft.Bot.Schema.SharePoint.IPropertyPaneFieldProperties
type PropertyPaneToggleProperties = class
    interface IPropertyPaneFieldProperties
Public Class PropertyPaneToggleProperties
Implements IPropertyPaneFieldProperties
상속
PropertyPaneToggleProperties
구현

생성자

PropertyPaneToggleProperties()

PropertyPaneToggleProperties 클래스의 새 인스턴스를 초기화합니다.

속성

AriaLabel

선택적 ariaLabel 플래그를 가져오거나 설정합니다. 토글 상태에 관계없이 화면 읽기 프로그램이 알릴 텍스트입니다. 형식의 String.

Checked

속성 창 확인란이 Boolean형식인지 여부를 나타내는 값을 가져오거나 설정합니다.

Disabled

이 컨트롤이 Boolean형식의 사용 여부를 나타내는 값을 가져오거나 설정합니다.

Key

String형식의 필드를 고유하게 식별하는 키를 가져오거나 설정합니다.

Label

String형식의 레이블을 가져오거나 설정합니다.

OffAriaLabel

토글이 String형식의 OFF인 경우를 알리는 화면 읽기 프로그램의 텍스트를 가져오거나 설정합니다.

OffText

토글이 String형식의 OFF일 때 표시할 텍스트를 가져오거나 설정합니다.

OnAriaLabel

토글이 String형식인 경우 화면 읽기 프로그램의 텍스트를 가져오거나 설정합니다.

OnText

토글이 String형식인 경우 표시할 텍스트를 가져오거나 설정합니다.

적용 대상