TeamsComponentRegistration.GetDeclarativeTypes(ResourceExplorer) メソッド

定義

public virtual 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 Iterator Overridable Function GetDeclarativeTypes (resourceExplorer As ResourceExplorer) As IEnumerable(Of DeclarativeType)

パラメーター

resourceExplorer
ResourceExplorer

戻り値

実装

適用対象