共用方式為


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

取得或設定這個類型的宣告式識別碼。

(繼承來源 DeclarativeType)
Type

取得或設定這個註冊的類型。

(繼承來源 DeclarativeType)

適用於