DependencyProperty::GetMetadata Method
.NET Framework (current version)
Returns the metadata associated with this dependency property as it exists for a particular type. This can be the type where the dependency property was first registered, one to which it was added subsequently, or a type where the dependency property was obtained through inheritance but the metadata was specifically overridden.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | GetMetadata(DependencyObject^) | Returns the metadata for this dependency property as it exists on the specified object instance. |
![]() | GetMetadata(DependencyObjectType^) | Returns the metadata for this dependency property as it exists on a specified type. |
![]() | GetMetadata(Type^) | Returns the metadata for this dependency property as it exists on a specified existing type. |
Show:
