Freigeben über


DeclarativeComponentRegistrationBridge<TComponent>.GetDeclarativeTypes Methode

Definition

Gibt eine Enumeration von KindRegistrations $kind => Type zurück.

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>
override this.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)

Parameter

resourceExplorer
ResourceExplorer

resourceExplorer.

Gibt zurück

Registrierung des deklarativen Typs.

Implementiert

Gilt für: