AttributeTableBuilder.CreateTable Method

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

Creates an attribute table that contains all of the attribute definitions provided through AddCustomAttributes(Type, array<Attribute[]) calls.

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

Syntax

'Declaration
Public Function CreateTable As AttributeTable
'Usage
Dim instance As AttributeTableBuilder
Dim returnValue As AttributeTable

returnValue = instance.CreateTable()
public AttributeTable CreateTable()
public:
AttributeTable^ CreateTable()
public function CreateTable() : AttributeTable
member CreateTable : unit -> AttributeTable 

Return Value

Type: System.Activities.Design.Metadata.AttributeTable
An AttributeTable that can be passed to the metadata store.

Remarks

The table is a snapshot of the current state of the attribute builder; any attributes added by subsequent AddCustomAttributes(Type, array<Attribute[]) calls are not included in the table.

If callback methods were used to declare attributes, those methods will not be evaluated during CreateTable(). Instead, the table will contain those callbacks and will evaluate them as needed.

.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