次の方法で共有


PropertyPaneDropDownOption クラス

定義

SharePoint プロパティ ウィンドウのドロップダウン オプション オブジェクト。

public class PropertyPaneDropDownOption
type PropertyPaneDropDownOption = class
Public Class PropertyPaneDropDownOption
継承
PropertyPaneDropDownOption

コンストラクター

PropertyPaneDropDownOption()

PropertyPaneDropDownOption クラスの新しいインスタンスを初期化します。

プロパティ

Index

Int32型のこのオプションのインデックスを取得または設定します。

Key

String型のこのオプションを一意に識別するキーを取得または設定します。

Text

String型のこのオプションに対してレンダリングするテキストを取得または設定します。

Type

オプションの種類を取得または設定します。 省略した場合、既定値は PropertyPaneDropdownMenuItemType.Normal PropertyPaneDropDownOption.DropDownOptionType型です。

適用対象