AttributeTableBuilder.AddTable Method

Adds the contents of the provided attribute table to the table builder.

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
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

table is nulla null reference (Nothing in Visual Basic).

Remarks

Conflicts are resolved with a last-in-wins strategy.

.NET Framework Security

See Also

Reference

AttributeTableBuilder Class

Microsoft.Windows.Design.Metadata Namespace

AttributeTable

AttributeCallbackBuilder