DescribeAttribute 类

定义

用于替代字段、属性或枚举值的默认说明的属性。

[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
继承
DescribeAttribute
属性

构造函数

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

字段、属性或枚举值的说明。

字段

Description

要在模板和选项中使用的字段、属性或枚举的说明。

Image

创建卡片或按钮时要使用的图像的 URL。

Message

按下卡中的按钮时返回的消息。

SubTitle

从说明生成卡片时的 SubTitle。

Title

从说明生成卡片时的标题。

属性

IsLocalizable

如此 如果属性是可本地化的。

(继承自 FormFlowAttribute)

适用于