ResourceExplorer.GetResource(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 resource by id.
public Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource GetResource (string id);
member this.GetResource : string -> Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource
Public Function GetResource (id As String) As Resource
Parameters
- id
- String
The resource id.
Returns
The resource, or throws if not found.