IComponentDeclarativeTypes.GetDeclarativeTypes(ResourceExplorer) Method
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.
Return an enumeration of KindRegistrations $kind => Type.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType> GetDeclarativeTypes (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer);
abstract member GetDeclarativeTypes : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer -> seq<Microsoft.Bot.Builder.Dialogs.Declarative.DeclarativeType>
Public Function GetDeclarativeTypes (resourceExplorer As ResourceExplorer) As IEnumerable(Of DeclarativeType)
Parameters
- resourceExplorer
- ResourceExplorer
resourceExplorer.
Returns
declarative type registration.