Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AttributeTableBuilder::ValidateTable Method ()

.NET Framework (current version)
 

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()

Exception Condition
AttributeTableValidationException

the state of the table is invalid.

Some overrides of AddCustomAttributescannot 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
Available since 4.0
Return to top
Show:
© 2017 Microsoft