FolderResourceProvider.TryGetResource(String, Resource) 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.
GetResource by id.
public override bool TryGetResource (string id, out Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource resource);
override this.TryGetResource : string * Resource -> bool
Public Overrides Function TryGetResource (id As String, ByRef resource As Resource) As Boolean
Parameters
- id
- String
Resource ID.
- resource
- Resource
the found resource.
Returns
true if resource was found.