ComponentRegistration.Add(ComponentRegistration) Metodo

Definizione

Attenzione

Use resource explorer

Aggiungere un componente che implementa i metodi di registrazione.

[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)

Parametri

componentRegistration
ComponentRegistration

componentRegistration.

Attributi

Commenti

Per i componenti è consentita una sola istanza per tipo.

Si applica a