Jaa


FolderResourceProvider.TryGetResource(String, Resource) Method

Definition

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.

Applies to