NativeBindingHelpers.SetBindingContext<TNativeView> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.