AttributeInfo Class
Wrapper class that represents attributes on a type at design time. This class cannot be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | ArgumentValues | Gets a collection that contains values for each of the arguments associated with this instance. |
![]() | AttributeType | Gets the Type of this instance. |
![]() | Creatable | Gets a value that indicates whether this instance can be created. |
| Name | Description | |
|---|---|---|
![]() | CreateAttribute() | Creates an attribute of type Creates an attribute of type AttributeInfo. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetArgumentValueAs(IServiceProvider^, Int32, Type^) | Gets the argument for this instance, based on type and index. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
This class is used to represent attributes on design-time types (types that are yet to be compiled). This occurs only when validation is triggered through the designer.
Available since 3.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.


