DependencyPropertyDescriptor::Metadata Property

 

Gets the metadata associated with the dependency property.

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

public:
property PropertyMetadata^ Metadata {
	PropertyMetadata^ get();
}

Property Value

Type: System.Windows::PropertyMetadata^

The dependency property metadata.

The value can be null if there is no metadata or if the property is not a dependency property.

Metadata that has matching concepts in CLR attributes is re-exposed as attributes in the Attributes collection.

.NET Framework
Available since 3.0
Return to top
Show: