Langage

MetadataStore.AddAttributeTable(AttributeTable) Méthode

Définition

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

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

Tableau à ajouter.

Remarques

Une fois la table ajoutée, les appels à TypeDescriptor utiliseront les attributs définis dans la table nouvellement ajoutée. Plusieurs tables peuvent être ajoutées au magasin d’attributs. Dans le cas de conflits, les attributs de la table la plus récente ajoutée sont utilisés.

S’applique à