Share via


Property.CreateBindableProperty Method

Returns an appropriate bindable property for this Property based on the Attributes meta-data.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overridable Function CreateBindableProperty As BindableProperty
public virtual BindableProperty CreateBindableProperty()
public:
virtual BindableProperty^ CreateBindableProperty()
public function CreateBindableProperty() : BindableProperty

Return Value

See Also

Property Class

CreateBindableProperty Overload

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace

Property.CreateBindableProperty(Property)