TypedBinding<TSource,TProperty> Konstruktory

Definice

Přetížení

TypedBinding<TSource,TProperty>(Func<TSource,ValueTuple<TProperty,Boolean>>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])

Pro interní použití platformou Xamarin.Forms.

TypedBinding<TSource,TProperty>(Func<TSource,TProperty>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])
Zastaralé.

Pro interní použití renderery platformy.

TypedBinding<TSource,TProperty>(Func<TSource,ValueTuple<TProperty,Boolean>>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])

Pro interní použití platformou Xamarin.Forms.

public TypedBinding (Func<TSource,ValueTuple<TProperty,bool>> getter, Action<TSource,TProperty> setter, Tuple<Func<TSource,object>,string>[] handlers);
new Xamarin.Forms.Internals.TypedBinding<'Source, 'Property> : Func<'Source, ValueTuple<'Property, bool>> * Action<'Source, 'Property> * Func<'Source, obj> * string[] -> Xamarin.Forms.Internals.TypedBinding<'Source, 'Property>

Parametry

getter
Func<TSource,ValueTuple<TProperty,Boolean>>

Pro interní použití platformou Xamarin.Forms.

setter
Action<TSource,TProperty>

Pro interní použití platformou Xamarin.Forms.

handlers
Tuple<Func<TSource,Object>,String>[]

Pro interní použití platformou Xamarin.Forms.

Platí pro

TypedBinding<TSource,TProperty>(Func<TSource,TProperty>, Action<TSource,TProperty>, Tuple<Func<TSource,Object>,String>[])

Upozornění

deprecated one. kept for backcompat

Pro interní použití renderery platformy.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("deprecated one. kept for backcompat")]
public TypedBinding (Func<TSource,TProperty> getter, Action<TSource,TProperty> setter, Tuple<Func<TSource,object>,string>[] handlers);
new Xamarin.Forms.Internals.TypedBinding<'Source, 'Property> : Func<'Source, 'Property> * Action<'Source, 'Property> * Func<'Source, obj> * string[] -> Xamarin.Forms.Internals.TypedBinding<'Source, 'Property>

Parametry

getter
Func<TSource,TProperty>

Pro interní použití platformou Xamarin.Forms.

setter
Action<TSource,TProperty>

Pro interní použití platformou Xamarin.Forms.

handlers
Tuple<Func<TSource,Object>,String>[]

Pro interní použití platformou Xamarin.Forms.

Atributy

Platí pro