共用方式為


BindableObjectExtensions.Assign<TBindable,TVariable> Method

Definition

public static TBindable Assign<TBindable,TVariable> (this TBindable bindable, out TVariable variable) where TBindable : Xamarin.Forms.BindableObject, TVariable;
static member Assign : 'Bindable * 'Variable -> 'Bindable (requires 'Bindable :> Xamarin.Forms.BindableObject and 'Bindable :> 'Variable)

Type Parameters

TBindable
TVariable

Parameters

bindable
TBindable
variable
TVariable

Returns

TBindable

Applies to