AttributeTableBuilder.AddCallback(Type, AttributeCallback) 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.
Spécifie un rappel qui sera appelé lorsque les métadonnées pour le type donné sont nécessaires.
public:
void AddCallback(Type ^ type, System::Activities::Presentation::Metadata::AttributeCallback ^ callback);
public void AddCallback (Type type, System.Activities.Presentation.Metadata.AttributeCallback callback);
member this.AddCallback : Type * System.Activities.Presentation.Metadata.AttributeCallback -> unit
Public Sub AddCallback (type As Type, callback As AttributeCallback)
Paramètres
- type
- Type
Type pour lequel le rappel fournira des métadonnées.
- callback
- AttributeCallback
Méthode de rappel.
Remarques
La première fois qu'un AttributeTable retourné par CreateTable est interrogé à propos des attributs pour type
, callback
est appelé pour fournir les informations de métadonnées.