AttributeTableBuilder.AddTable(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 le contenu de la table d'attributs fournie à ce générateur.
public:
void AddTable(System::Activities::Presentation::Metadata::AttributeTable ^ table);
public void AddTable (System.Activities.Presentation.Metadata.AttributeTable table);
member this.AddTable : System.Activities.Presentation.Metadata.AttributeTable -> unit
Public Sub AddTable (table As AttributeTable)
Paramètres
- table
- AttributeTable
Table d'attributs source.
Exceptions
table
a la valeur null
.
Remarques
En cas de conflits entre un attribut et un autre déjà inclus au générateur, le dernier attribut ajouté remplace les attributs précédents.