ResourceExplorer.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 of a given type.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource> GetResources (string fileExtension);
member this.GetResources : string -> seq<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>
Public Iterator Function GetResources (fileExtension As String) As IEnumerable(Of Resource)
Parameters
- fileExtension
- String
File extension filter.
Returns
The resources.