Freigeben über


NativeBindingHelpers.SetBindingContext<TNativeView> Methode

Definition

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

public static void SetBindingContext<TNativeView>(TNativeView target, object bindingContext, Func<TNativeView,System.Collections.Generic.IEnumerable<TNativeView>> getChild = default) where TNativeView : class;
static member SetBindingContext : 'NativeView * obj * Func<'NativeView, seq<'NativeView> (requires 'NativeView : null)> -> unit (requires 'NativeView : null)

Typparameter

TNativeView

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

Parameter

target
TNativeView

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

bindingContext
System.Object

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

getChild
System.Func<TNativeView,System.Collections.Generic.IEnumerable<TNativeView>>

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

Gilt für: