AttributeTableContainer.AddAttributeTable Method

Adds the specified table to the set of attribute tables in the current container.

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

Syntax

'Declaration
Public Sub AddAttributeTable ( _
    table As AttributeTable _
)
public void AddAttributeTable(
    AttributeTable table
)
public:
void AddAttributeTable(
    AttributeTable^ table
)
member AddAttributeTable : 
        table:AttributeTable -> unit 
public function AddAttributeTable(
    table : AttributeTable
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

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

.NET Framework Security

See Also

Reference

AttributeTableContainer Class

Microsoft.Windows.Design.Metadata Namespace