BindableObject.RemoveBinding(BindableProperty) 메서드

정의

바인딩 가능한 속성에서 이전에 설정된 바인딩을 제거합니다.

public:
 void RemoveBinding(Microsoft::Maui::Controls::BindableProperty ^ property);
public void RemoveBinding (Microsoft.Maui.Controls.BindableProperty property);
member this.RemoveBinding : Microsoft.Maui.Controls.BindableProperty -> unit
Public Sub RemoveBinding (property As BindableProperty)

매개 변수

property
BindableProperty

바인딩을 제거할 바인딩 가능한 속성입니다.

예외

propertynull인 경우

설명

가 현재 바인딩되지 않은 경우 property 아무 일도 발생하지 않습니다.

적용 대상