MetadataStore.AddAttributeTable(AttributeTable) 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.
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.