DependencyProperty::OverrideMetadata Method
.NET Framework (current version)
Supplies alternate metadata for this dependency property when it is present on instances of a specified type, versus the metadata that was provided in the initial dependency property registration.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | OverrideMetadata(Type^, PropertyMetadata^) | Specifies alternate metadata for this dependency property when it is present on instances of a specified type, overriding the metadata that existed for the dependency property as it was inherited from base types. |
![]() | OverrideMetadata(Type^, PropertyMetadata^, DependencyPropertyKey^) | Supplies alternate metadata for a read-only dependency property when it is present on instances of a specified type, overriding the metadata that was provided in the initial dependency property registration. You must pass the DependencyPropertyKey for the read-only dependency property to avoid raising an exception. |
Show:
