DescribeAttribute 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.
Attribut pour remplacer la description par défaut d’un champ, d’une propriété ou d’une valeur d’énumération.
[System.AttributeUsage(System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class DescribeAttribute : Microsoft.Bot.Builder.FormFlow.FormFlowAttribute
[<System.AttributeUsage(System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type DescribeAttribute = class
inherit FormFlowAttribute
Public Class DescribeAttribute
Inherits FormFlowAttribute
- Héritage
- Attributs
Constructeurs
DescribeAttribute(String, String, String, String, String) |
Description de la valeur de champ, de propriété ou d’énumération. |
Champs
Description |
Description du champ, de la propriété ou de l’énumération à utiliser dans les modèles et les choix. |
Image |
URL de l’image à utiliser lors de la création de cartes ou de boutons. |
Message |
Message à retourner lorsqu’un bouton est enfoncé dans une carte. |
SubTitle |
Sous-titre lorsqu’une carte est générée à partir de la description. |
Title |
Titre lorsqu’une carte est générée à partir de la description. |
Propriétés
IsLocalizable |
True si l’attribut est localisable. (Hérité de FormFlowAttribute) |