ElementViewModel.CreateBindable Method

Creates the element the view binds to. By default it is the element itself.

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

Syntax

'Declaration
Protected Overridable Function CreateBindable As Object
protected virtual Object CreateBindable()
protected:
virtual Object^ CreateBindable()
protected function CreateBindable() : Object

Return Value

See Also

ElementViewModel Class

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