Condividi tramite


Metodo AttributeTableBuilder.AddTable

Aggiunge il contenuto della tabella di attributi specificata al generatore di tabelle.

Spazio dei nomi:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

table è nullriferimento null (Nothing in Visual Basic).

Note

I conflitti vengono risolti con una strategia "last in wins" (vince l'ultimo aggiornamento).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AttributeTableBuilder Classe

Spazio dei nomi Microsoft.Windows.Design.Metadata

AttributeTable

AttributeCallbackBuilder