ResourceExplorerOptions.DeclarativeTypes Property

Definition

Caution

Register DeclarativeType instances directly through the TypeRegistrations property.`

Gets or sets the list of declarative types to use. Falls back to Components if set to null.

[System.Obsolete("Register `DeclarativeType` instances directly through the TypeRegistrations property.`")]
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes> DeclarativeTypes { get; set; }
[<System.Obsolete("Register `DeclarativeType` instances directly through the TypeRegistrations property.`")>]
member this.DeclarativeTypes : seq<Microsoft.Bot.Builder.Dialogs.Declarative.IComponentDeclarativeTypes> with get, set
Public Property DeclarativeTypes As IEnumerable(Of IComponentDeclarativeTypes)

Property Value

IEnumerable<IComponentDeclarativeTypes>

The list of declarative types to use. Falls back to Components if set to null.

Attributes

Applies to