PropertyPaneDropDownOption Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet d’option de liste déroulante du volet de propriétés SharePoint.
public class PropertyPaneDropDownOption
type PropertyPaneDropDownOption = class
Public Class PropertyPaneDropDownOption
- Héritage
-
PropertyPaneDropDownOption
Constructeurs
PropertyPaneDropDownOption() |
Initialise une nouvelle instance de la classe PropertyPaneDropDownOption. |
Propriétés
Index |
Obtient ou définit l’index pour cette option de type Int32. |
Key |
Obtient ou définit une clé pour identifier de manière unique cette option de type String. |
Text |
Obtient ou définit le texte à afficher pour cette option de type String. |
Type |
Obtient ou définit le type d’option. S’il est omis, la valeur par défaut est PropertyPaneDropdownMenuItemType.Normal de type PropertyPaneDropDownOption.DropDownOptionType. |