Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When overridden, gets an object that is bound to the view.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Bindable As Object
public virtual Object Bindable { get; }
public:
virtual property Object^ Bindable {
Object^ get ();
}
public function get Bindable () : Object
Remarks
By default, the ViewModel returns itself.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace