AttachedProperty Class
Used in order to associate or attach additional information to the instance of an object.
System.Activities.Presentation.Model::AttachedProperty
System.Activities.Presentation.Model::AttachedProperty<T>
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The AttachedProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsBrowsable | Gets or sets a Boolean value that indicates whether the AttachedProperty is browsable. |
![]() | IsReadOnly | Gets a value that determines whether the attached property is read-only. |
![]() | Name | Gets or sets the name of the property. |
![]() | OwnerType | Gets or sets the owner type. |
![]() | Type | Gets the type. |
| Name | Description | |
|---|---|---|
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Retrieves the value of the specified model item. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyPropertyChanged | Creates a notification that indicates that the specified model item has changed. |
![]() | ResetValue | Resets the specified model item to the default value. |
![]() | SetValue | Sets the specified model item to the specified value. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This is used by the Windows Workflow Designer in order to keep track of interesting pieces of data during an editing session for data that is otherwise transient, that will (mostly) be discarded at the end of an editing session. AttachedProperty is useful as items in the View can bind to the values and react to changes. For instance, this is the way that the selected item template is displayed (it keys off of an attached property for selection).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
