AttributeTableBuilder Class
Creates and populates an AttributeTable that is used by the MetadataStore to provide attribute lookup and registration.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | AttributeTableBuilder() | Creates a new instance of the AttributeTableBuilder class. |
| Name | Description | |
|---|---|---|
![]() | AddCallback(Type^, AttributeCallback^) | Specifies a callback that will be invoked when metadata for the given type is needed. |
![]() | AddCustomAttributes(Type^, array<Attribute^>^) | Adds the contents of the provided attributes to this builder. |
![]() | AddCustomAttributes(Type^, DependencyProperty^, array<Attribute^>^) | Adds the contents of the provided attributes to this builder. |
![]() | AddCustomAttributes(Type^, MemberDescriptor^, array<Attribute^>^) | Adds the contents of the provided attributes to this builder. |
![]() | AddCustomAttributes(Type^, MemberInfo^, array<Attribute^>^) | Adds the contents of the provided attributes to this builder. |
![]() | AddCustomAttributes(Type^, String^, array<Attribute^>^) | Adds the contents of the provided attributes to this builder. |
![]() | AddTable(AttributeTable^) | Adds the contents of the provided attribute table to this builder. |
![]() | CreateTable() | Creates an attribute table that contains all of the attribute definitions provided through AddCustomAttributes calls. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateTable() | Verifies that the attribute table that is being built contains valid attribute information. |
Use AddCallback, AddCustomAttributes, and AddTable to populate the builder, then call CreateTable to acquire an AttributeTable containing the desired collection of attributes.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

