Sdílet prostřednictvím


DescribeAttribute Třída

Definice

Atribut pro přepsání výchozího popisu pole, vlastnosti nebo výčtové hodnoty.

[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
Dědičnost
DescribeAttribute
Atributy

Konstruktory

DescribeAttribute(String, String, String, String, String)

Popis pole, vlastnosti nebo výčtové hodnoty

Pole

Description

Popis pole, vlastnosti nebo výčtu, které se mají použít v šablonách a možnostech.

Image

Adresa URL obrázku, který se má použít při vytváření karet nebo tlačítek.

Message

Zpráva, která se má vrátit při stisknutí tlačítka na kartě

SubTitle

SubTitle, když je karta vygenerována z popisu.

Title

Název, když je karta vygenerována z popisu.

Vlastnosti

IsLocalizable

True, pokud je atribut lokalizovatelný.

(Zděděno od FormFlowAttribute)

Platí pro