PropertyPaneDropDownOption 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SharePoint 속성 창 드롭다운 옵션 개체입니다.
public class PropertyPaneDropDownOption
type PropertyPaneDropDownOption = class
Public Class PropertyPaneDropDownOption
- 상속
-
PropertyPaneDropDownOption
생성자
PropertyPaneDropDownOption() |
PropertyPaneDropDownOption 클래스의 새 인스턴스를 초기화합니다. |
속성
Index |
Int32형식의 이 옵션에 대한 인덱스 가져오거나 설정합니다. |
Key |
String형식의 이 옵션을 고유하게 식별하는 키를 가져오거나 설정합니다. |
Text |
String형식의 이 옵션에 대해 렌더링할 텍스트를 가져오거나 설정합니다. |
Type |
옵션 유형을 가져오거나 설정합니다. 생략하면 기본값은 PropertyPaneDropDownOption.DropDownOptionType형식의 PropertyPaneDropdownMenuItemType.Normal입니다. |