DependencyProperty::RegisterAttached Method
.NET Framework (current version)
Registers an attached property with the property system.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RegisterAttached(String^, Type^, Type^) | Registers an attached property with the specified property name, property type, and owner type. |
![]() ![]() | RegisterAttached(String^, Type^, Type^, PropertyMetadata^) | Registers an attached property with the specified property name, property type, owner type, and property metadata. |
![]() ![]() | 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. |
Show:

