DependencyProperty.GetMetadata Method
.NET Framework 4.5
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |