AttachedProperty<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of attached properties.
generic <typename T>
public ref class AttachedProperty : System::Activities::Presentation::Model::AttachedProperty
public class AttachedProperty<T> : System.Activities.Presentation.Model.AttachedProperty
type AttachedProperty<'T> = class
inherit AttachedProperty
Public Class AttachedProperty(Of T)
Inherits AttachedProperty
Type Parameters
- T
The type of the attached property.
- Inheritance
Constructors
AttachedProperty<T>() |
Initializes a new instance of the AttachedProperty<T> class. |
Properties
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. |
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. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
GetValue(ModelItem) |
Retrieves the value of the specified model item. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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. |
SetValue(ModelItem, Object) |
Sets the specified model item to the specified value. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |