BindableObject.ClearValue 메서드

정의

오버로드

ClearValue(BindableProperty)

property에 대해 SetValue로 설정된 모든 값을 지웁니다.

ClearValue(BindablePropertyKey)

propertyKey로 식별되는 속성에 대해 SetValue로 설정된 모든 값을 지웁니다.

ClearValue(BindableProperty)

property에 대해 SetValue로 설정된 모든 값을 지웁니다.

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

매개 변수

property
BindableProperty

제거할 BindableProperty입니다.

설명

readonly 속성에서 이 메서드를 호출하면 InvalidOperationException이 발생합니다.

적용 대상

ClearValue(BindablePropertyKey)

propertyKey로 식별되는 속성에 대해 SetValue로 설정된 모든 값을 지웁니다.

public void ClearValue (Xamarin.Forms.BindablePropertyKey propertyKey);
member this.ClearValue : Xamarin.Forms.BindablePropertyKey -> unit

매개 변수

propertyKey
BindablePropertyKey

삭제할 BindableProperty를 식별하는 BindablePropertyKey입니다.

설명

readonly 속성에서 이 메서드를 호출하면 InvalidOperationException이 발생합니다.

적용 대상