MultiBinding.ShouldSerializeBindings メソッド
定義
public:
bool ShouldSerializeBindings();
public bool ShouldSerializeBindings ();
member this.ShouldSerializeBindings : unit -> bool
Public Function ShouldSerializeBindings () As Boolean
戻り値
プロパティの値が既定値から変更されている場合は true
。それ以外の場合は false
。true
if the property value has changed from its default; otherwise, false
.
注釈
このShouldSerialize
メソッドは、プロパティにBindings単純な既定値がないために用意されています。This ShouldSerialize
method is provided because the Bindings property does not have a simple default value. このメソッドは、プロパティが既定値から変更されたかどうかを示します。This method indicates whether the property has changed from its default value. のデザイナー MultiBindingを開発している場合、またはを組み込んだ独自のMultiBindingコントロールを開発している場合は、通常、このメソッドを呼び出します。You typically invoke this method if you are either developing a designer for the MultiBinding or developing your own control incorporating the MultiBinding.