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.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| 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
Available since 4.0
Show: