ResourceExplorerOptions.DeclarativeTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The list of declarative types to use. Falls back to Components if set to null.
- Attributes