DependencyProperty.RegisterAttached Method
.NET Framework 3.0
Registers an attached property with the property system.
| Name | Description |
|---|---|
| DependencyProperty.RegisterAttached (String, Type, Type) | Registers an attached property with the specified property name, property type, and owner type. |
| DependencyProperty.RegisterAttached (String, Type, Type, PropertyMetadata) | Registers an attached property with the specified property name, property type, owner type, and property metadata. |
| DependencyProperty.RegisterAttached (String, Type, Type, PropertyMetadata, ValidateValueCallback) | Registers an attached property with the specified property type, owner type, property metadata, and value validation callback for the property. |