DependencyProperty.GetMetadata Method (Type)
.NET Framework (current version)
Returns the metadata for this dependency property as it exists on a specified existing type.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- forType
-
Type:
System.Type
The specific type from which to retrieve the dependency property metadata.
Specifying either the type or an object reference to use as type is necessary because the metadata can vary from the original registration due either to AddOwner or OverrideMetadata calls that alter the metadata of the dependency property as it exists on a type.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: