AttributeCallbackBuilder Class
Provides access to add attributes for one specific type to one specific AttributeTable.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | CallbackType | The type to which attributes will be added. |
| Name | Description | |
|---|---|---|
![]() | AddCustomAttributes(array<Attribute^>^) | Adds the contents of the provided attributes to the attribute table that created this builder. |
![]() | AddCustomAttributes(DependencyProperty^, array<Attribute^>^) | Adds the contents of the provided attributes to the attribute table that created this builder. |
![]() | AddCustomAttributes(MemberDescriptor^, array<Attribute^>^) | Adds the contents of the provided attributes to the attribute table that created this builder. |
![]() | AddCustomAttributes(MemberInfo^, array<Attribute^>^) | Adds the contents of the provided attributes to the attribute table that created this builder. |
![]() | AddCustomAttributes(String^, array<Attribute^>^) | Adds the contents of the provided attributes to the attribute table that created this builder. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The first time an AttributeTable is queried for attributes for a type, if the AttributeTableBuilder was populated using AddCallback for that type, the delegate is passed a AttributeCallbackBuilder. The AttributeTable removes the callback reference and adds any attribute information provided by calls to AddCustomAttributes.
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.

