Freigeben über


TypedBinding<TSource,TProperty> Konstruktoren

Definition

Überlädt

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch Plattformrenderer.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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>

Parameter

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

setter
System.Action<TSource,TProperty>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gilt für:

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

Achtung

deprecated one. kept for backcompat

Für die interne Verwendung durch Plattformrenderer.

[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>

Parameter

getter
System.Func<TSource,TProperty>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

setter
System.Action<TSource,TProperty>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Attribute
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Gilt für: