FolderResourceProvider.GetResources(String) 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.
Get Resources by extension.
public override System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource> GetResources (string extension);
override this.GetResources : string -> seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>
Public Overrides Function GetResources (extension As String) As IEnumerable(Of Resource)
Parameters
- extension
- String
Resource extension.
Returns
Collection of resources.