Partager via


MetadataStore.AddAttributeTable(AttributeTable) Méthode

Définition

Ajoute la table donnée au magasin d’attributs de l’objet AppDomain actuel.

public:
 static void AddAttributeTable(System::Activities::Presentation::Metadata::AttributeTable ^ table);
public static void AddAttributeTable (System.Activities.Presentation.Metadata.AttributeTable table);
static member AddAttributeTable : System.Activities.Presentation.Metadata.AttributeTable -> unit
Public Shared Sub AddAttributeTable (table As AttributeTable)

Paramètres

table
AttributeTable

Table à ajouter.

Remarques

Une fois la table ajoutée, les appels vers TypeDescriptor utiliseront des attributs définis dans la table récemment ajoutée. Plusieurs tables peuvent être ajoutées au magasin d'attributs. En cas de conflits, les attributs présents dans la dernière table ajoutée sont utilisés.

S’applique à