BindableObject.RemoveBinding(BindableProperty) 메서드

정의

이전 바인딩 설정을 제거합니다.

public void RemoveBinding (Xamarin.Forms.BindableProperty property);
member this.RemoveBinding : Xamarin.Forms.BindableProperty -> unit

매개 변수

property
BindableProperty

바인딩을 제거할 BindableProperty입니다.

설명

이 메서드는 가 바인딩되지 않은 경우에도 property 성공합니다.

적용 대상