BindableObject.ClearValue メソッド

定義

オーバーロード

ClearValue(BindableProperty)

propertySetValue によって設定された値を消去します。

ClearValue(BindablePropertyKey)

propertyKey によって識別されるプロパティの SetValue によって設定される値を消去します。

ClearValue(BindableProperty)

propertySetValue によって設定された値を消去します。

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 が生成されます。

適用対象