ResourceExplorer.OnChanged(Resource[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Gestionnaire pour sur les événements modifiés.
protected virtual void OnChanged (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource[] resources);
abstract member OnChanged : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource[] -> unit
override this.OnChanged : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource[] -> unit
Protected Overridable Sub OnChanged (resources As Resource())
Paramètres
- resources
- Resource[]
Collection de ressources à passer au gestionnaire d’événements.