DependencyProperty::RegisterAttached Method

 

Registers an attached property with the property system.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRegisterAttached(String^, Type^, Type^)

Registers an attached property with the specified property name, property type, and owner type.

System_CAPS_pubmethodSystem_CAPS_staticRegisterAttached(String^, Type^, Type^, PropertyMetadata^)

Registers an attached property with the specified property name, property type, owner type, and property metadata.

System_CAPS_pubmethodSystem_CAPS_staticRegisterAttached(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.

Return to top
Show: