DeclarativeType<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>(String) |
初始化 DeclarativeType<T> 類別的新執行個體。 |
屬性
CustomDeserializer |
取得或設定這個型別的選擇性自訂還原序列化程式。 (繼承來源 DeclarativeType) |
Kind |
取得或設定這個類型的宣告式識別碼。 (繼承來源 DeclarativeType) |
Type |
取得或設定這個註冊的類型。 (繼承來源 DeclarativeType) |