Share via


InstanceDependencyProperty.Register Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Creates a new instance of an InstanceDependencyProperty field.

Overload List

Name Description
InstanceDependencyProperty.Register (String, Type, Type)
Creates a new instance of an InstanceDependencyProperty field, specifying the name of the property with which the InstanceDependencyProperty field is associated, the type of value stored in the property, and the type of owner of the property.
InstanceDependencyProperty.Register (String, Type, Type, InstanceDependencyPropertyOption)
Creates a new instance of an InstanceDependencyProperty field, specifying the name of the property with which the InstanceDependencyProperty field is associated, the type of value stored in the property, the type of owner of the property, and whether the property can be written to.
InstanceDependencyProperty.Register (String, Type, Type, Object)
Creates a new instance of an InstanceDependencyProperty field, specifying the name of the property with which the InstanceDependencyProperty field is associated, the type of value stored in the property, the type of owner of the property, and a default value for the property.
InstanceDependencyProperty.Register (String, Type, Type, Object, InstanceDependencyPropertyOption)
Creates a new instance of an InstanceDependencyProperty field, specifying the name of the property with which the InstanceDependencyProperty field is associated, the type of value stored in the property, the type of owner of the property, a default value for the property, and whether the property can be written to.

See Also

Reference

InstanceDependencyProperty Class
InstanceDependencyProperty Members
Microsoft.SpeechServer.Dialog Namespace