BindableObjectExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public static class BindableObjectExtensions
type BindableObjectExtensions = class
Inheritance
Methods
Assign<TBindable,TVariable>(TBindable, TVariable)
Bind<TBindable,TSource,TDest>(TBindable, BindableProperty, String, BindingMode, Func<TSource,TDest>, Func<TDest,TSource>, Object, String, Object, Object, Object)
Bind<TBindable,TSource,TDest>(TBindable, String, BindingMode, Func<TSource,TDest>, Func<TDest,TSource>, Object, String, Object, Object, Object)
Bind<TBindable,TSource,TParam,TDest>(TBindable, BindableProperty, String, BindingMode, Func<TSource,TParam,TDest>, Func<TDest,TParam,TSource>, Object, String, Object, Object, Object)
Bind<TBindable,TSource,TParam,TDest>(TBindable, String, BindingMode, Func<TSource,TParam,TDest>, Func<TDest,TParam,TSource>, Object, String, Object, Object, Object)
Bind<TBindable>(TBindable, BindableProperty, String, BindingMode, IValueConverter, Object, String, Object, Object, Object)
Bind<TBindable>(TBindable, String, BindingMode, IValueConverter, Object, String, Object, Object, Object)
BindCommand<TBindable>(TBindable, String, Object, String, Object)
Invoke<TBindable>(TBindable, Action<TBindable>)
Applies to