SectionViewModel.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 Overrides Function CreateBindable As Object
protected override Object CreateBindable()
protected:
virtual Object^ CreateBindable() override
protected override function CreateBindable() : Object
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace