Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft