ComponentRegistrationBridge<TComponent>.GetPathResolvers Metodo

Definizione

Enumerazione restituita di pathresolvers.

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver> GetPathResolvers ();
abstract member GetPathResolvers : unit -> seq<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver>
override this.GetPathResolvers : unit -> seq<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver>
Public Function GetPathResolvers () As IEnumerable(Of IPathResolver)

Restituisce

raccolta di IPathResolvers.

Implementazioni

Si applica a