Freigeben über


AttributeTableBuilder.AddTable-Methode

Fügt den Inhalt der bereitgestellten Attributtabelle dem Tabellen-Generator hinzu.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

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

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

table hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

Hinweise

Konflikte werden mit der "Last in Wins"-Strategie gelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

AttributeTableBuilder Klasse

Microsoft.Windows.Design.Metadata-Namespace

AttributeTable

AttributeCallbackBuilder