Partager via


ResourceExplorer.TryGetResource(String, Resource) Méthode

Définition

Essayez d’obtenir la ressource par ID.

public bool TryGetResource (string id, out Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource resource);
member this.TryGetResource : string * Resource -> bool
Public Function TryGetResource (id As String, ByRef resource As Resource) As Boolean

Paramètres

id
String

ID.

resource
Resource

ressource trouvée ou null.

Retours

true si elle est trouvée.

S’applique à