次の方法で共有


DeclarativeType<T> クラス

定義

TypeRegistration of 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)

適用対象