ComponentRegistration.Add(ComponentRegistration) メソッド

定義

注意事項

Use resource explorer

登録メソッドを実装するコンポーネントを追加します。

[System.Obsolete("Use resource explorer")]
public static void Add (Microsoft.Bot.Builder.ComponentRegistration componentRegistration);
[<System.Obsolete("Use resource explorer")>]
static member Add : Microsoft.Bot.Builder.ComponentRegistration -> unit
Public Shared Sub Add (componentRegistration As ComponentRegistration)

パラメーター

componentRegistration
ComponentRegistration

componentRegistration。

属性

注釈

コンポーネントに対して許可されるインスタンスは、型ごとに 1 つだけです。

適用対象