This documentation is archived and is not being maintained.

AttributeTableBuilder::ValidateTable Method

Verifies that the attribute table that is being built contains valid attribute information.

Namespace:  System.Activities.Presentation.Metadata
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
void ValidateTable()

ExceptionCondition
AttributeTableValidationException

the state of the table is invalid.

Some overrides of AddCustomAttributes(Type, array<Attribute>)cannot validate that values passed to their parameters represent valid members on classes. ValidateTable() verifies that all custom attribute information corresponds to actual members. This method can take a long time to complete and is not recommended unless validation is explicitly needed.

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: