AttributeTableBuilder.AddTable Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  System.Activities.Design.Metadata
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public Sub AddTable ( _
    table As AttributeTable _
)
'Usage
Dim instance As AttributeTableBuilder
Dim table As AttributeTable

instance.AddTable(table)
public void AddTable(
    AttributeTable table
)
public:
void AddTable(
    AttributeTable^ table
)
public function AddTable(
    table : AttributeTable
)
member AddTable : 
        table:AttributeTable -> unit 

Parameters

Exceptions

Exception Condition
[T:System. ArgumentNullException]

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

Remarks

If an attribute conflicts with another attribute already included in the builder, the last attribute added replaces previous attributes.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

AttributeTableBuilder Class

AttributeTableBuilder Members

System.Activities.Design.Metadata Namespace