ResourceExplorerOptions.TypeRegistrations Property

Definition

Gets or sets the list of DeclarativeType registrations to initialize the current the ResourceExplorer.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType> TypeRegistrations { get; set; }
member this.TypeRegistrations : seq<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType> with get, set
Public Property TypeRegistrations As IEnumerable(Of DeclarativeType)

Property Value

IEnumerable<DeclarativeType>

The list of DeclarativeType registrations to initialize the current the ResourceExplorer.

Applies to