다음을 통해 공유


DeclarativeComponentRegistrationBridge<TComponent>.GetDeclarativeTypes 메서드

정의

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>
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)

매개 변수

resourceExplorer
ResourceExplorer

resourceExplorer.

반환

선언적 형식 등록.

구현

적용 대상