DeclarativeType<T> 类

定义

TypeRegistration 的 Kind => 使用泛型的类型。

public class DeclarativeType<T> : Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType
type DeclarativeType<'T> = class
    inherit DeclarativeType
Public Class DeclarativeType(Of T)
Inherits DeclarativeType

类型参数

T

的参数。

继承
DeclarativeType<T>

构造函数

DeclarativeType<T>(String)

初始化 DeclarativeType<T> 类的新实例。

属性

CustomDeserializer

获取或设置此类型的可选自定义反序列化程序。

(继承自 DeclarativeType)
Kind

获取或设置此类型的声明性 ID。

(继承自 DeclarativeType)
Type

获取或设置此注册的类型。

(继承自 DeclarativeType)

适用于