다음을 통해 공유


NativeBindingHelpers.SetBinding 메서드

정의

오버로드

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

SetBinding<TNativeView>(TNativeView, String, BindingBase, String)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

SetBinding<TNativeView>(TNativeView, BindableProperty, BindingBase)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

public static void SetBinding<TNativeView> (TNativeView target, Xamarin.Forms.BindableProperty targetProperty, Xamarin.Forms.BindingBase binding) where TNativeView : class;
static member SetBinding : 'NativeView * Xamarin.Forms.BindableProperty * Xamarin.Forms.BindingBase -> unit (requires 'NativeView : null)

형식 매개 변수

TNativeView

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

매개 변수

target
TNativeView

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

targetProperty
BindableProperty

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

binding
BindingBase

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상

SetBinding<TNativeView>(TNativeView, String, BindingBase, INotifyPropertyChanged)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

public static void SetBinding<TNativeView> (TNativeView target, string targetProperty, Xamarin.Forms.BindingBase bindingBase, System.ComponentModel.INotifyPropertyChanged propertyChanged) where TNativeView : class;
static member SetBinding : 'NativeView * string * Xamarin.Forms.BindingBase * System.ComponentModel.INotifyPropertyChanged -> unit (requires 'NativeView : null)

형식 매개 변수

TNativeView

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

매개 변수

target
TNativeView

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

targetProperty
System.String

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

bindingBase
BindingBase

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

propertyChanged
System.ComponentModel.INotifyPropertyChanged

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상

SetBinding<TNativeView>(TNativeView, String, BindingBase, String)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

public static void SetBinding<TNativeView> (TNativeView target, string targetProperty, Xamarin.Forms.BindingBase bindingBase, string updateSourceEventName = default) where TNativeView : class;
static member SetBinding : 'NativeView * string * Xamarin.Forms.BindingBase * string -> unit (requires 'NativeView : null)

형식 매개 변수

TNativeView

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

매개 변수

target
TNativeView

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

targetProperty
System.String

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

bindingBase
BindingBase

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

updateSourceEventName
System.String

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상