AttachedProperty<T> Class
Contains a collection of attached properties.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
System.Activities.Presentation.Model::AttachedProperty
System.Activities.Presentation.Model::AttachedProperty<T>
| Name | Description | |
|---|---|---|
![]() | AttachedProperty<T>() | Initializes a new instance of the AttachedProperty<T> class. |
| Name | Description | |
|---|---|---|
![]() | Getter | Gets or sets the getter. |
![]() | IsBrowsable | Gets or sets a Boolean value that indicates whether the AttachedProperty is browsable. (Inherited from AttachedProperty.) |
![]() | IsReadOnly | Gets a value that determines whether the collection is read-only.(Overrides AttachedProperty::IsReadOnly.) |
![]() | Name | Gets or sets the name of the property.(Inherited from AttachedProperty.) |
![]() | OwnerType | Gets or sets the owner type.(Inherited from AttachedProperty.) |
![]() | Setter | Gets or sets the setter. |
![]() | Type | Gets the type of the collection.(Overrides AttachedProperty::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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetValue(ModelItem^) | Retrieves the value of the specified model item.(Overrides AttachedProperty::GetValue(ModelItem^).) |
![]() | MemberwiseClone() | |
![]() | NotifyPropertyChanged(ModelItem^) | Creates a notification that indicates that the specified model item has changed. (Inherited from AttachedProperty.) |
![]() | ResetValue(ModelItem^) | Resets the specified model item to the default value.(Overrides AttachedProperty::ResetValue(ModelItem^).) |
![]() | SetValue(ModelItem^, Object^) | Sets the specified model item to the specified value.(Overrides AttachedProperty::SetValue(ModelItem^, Object^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


