BindableObject.ClearValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ClearValue(BindableProperty) |
|
ClearValue(BindablePropertyKey) |
|
ClearValue(BindableProperty)
property
の SetValue によって設定された値を消去します。
public void ClearValue (Xamarin.Forms.BindableProperty property);
member this.ClearValue : Xamarin.Forms.BindableProperty -> unit
パラメーター
- property
- BindableProperty
消去する BindableProperty。
注釈
読み取り専用プロパティでこのメソッドを呼び出すと、InvalidOperationException が発生します。
適用対象
ClearValue(BindablePropertyKey)
propertyKey
によって識別されるプロパティの SetValue によって設定される値を消去します。
public void ClearValue (Xamarin.Forms.BindablePropertyKey propertyKey);
member this.ClearValue : Xamarin.Forms.BindablePropertyKey -> unit
パラメーター
- propertyKey
- BindablePropertyKey
消去する BindableProperty を識別する BindablePropertyKey。
注釈
読み取り専用プロパティでこのメソッドを呼び出すと、InvalidOperationException が発生します。