Share via


NativeBindingHelpers.SetBindingContext<TNativeView> Method

Definition

For internal use by the Xamarin.Forms platform.

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)

Type Parameters

TNativeView

For internal use by the Xamarin.Forms platform.

Parameters

target
TNativeView

For internal use by the Xamarin.Forms platform.

bindingContext
System.Object

For internal use by the Xamarin.Forms platform.

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

For internal use by the Xamarin.Forms platform.

Applies to