Partager via


AttributeTableBuilder.AddTable, méthode

Ajoute le contenu de la table d'attributs fournie au générateur de tables.

Espace de noms :  Microsoft.Windows.Design.Metadata
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
Public Sub AddTable ( _
    table As AttributeTable _
)
public void AddTable(
    AttributeTable table
)
public:
void AddTable(
    AttributeTable^ table
)
member AddTable : 
        table:AttributeTable -> unit 
public function AddTable(
    table : AttributeTable
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

table est nullune référence null (Nothing en Visual Basic).

Notes

Les conflits sont résolus à l'aide d'une stratégie de priorité aux dernières modifications.

Sécurité .NET Framework

Voir aussi

Référence

AttributeTableBuilder Classe

Microsoft.Windows.Design.Metadata, espace de noms

AttributeTable

AttributeCallbackBuilder