Aracılığıyla paylaş


TypedBinding<TSource,TProperty> Oluşturucular

Tanım

Aşırı Yüklemeler

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

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Platform işleyicileri tarafından iç kullanım için.

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

Xamarin tarafından dahili kullanım için. Forms platformu.

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>

Parametreler

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

Xamarin tarafından dahili kullanım için. Forms platformu.

setter
System.Action<TSource,TProperty>

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Xamarin tarafından dahili kullanım için. Forms platformu.

Şunlara uygulanır

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

Dikkat

deprecated one. kept for backcompat

Platform işleyicileri tarafından iç kullanım için.

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

Parametreler

getter
System.Func<TSource,TProperty>

Xamarin tarafından dahili kullanım için. Forms platformu.

setter
System.Action<TSource,TProperty>

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Xamarin tarafından dahili kullanım için. Forms platformu.

Öznitelikler
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Şunlara uygulanır