Binding.DoNothing フィールド

定義

バインディング エンジンにアクションを実行しないように指示するために、戻り値として使用されます。

public: static initonly System::Object ^ DoNothing;
public static readonly object DoNothing;
 staticval mutable DoNothing : obj
Public Shared ReadOnly DoNothing As Object 

フィールド値

注釈

バインディング ソース プロパティまたはコンバーターは、 を返 Binding.DoNothing して、バインド エンジンにアクションを実行しないように指示できます。 たとえば、バインディング エンジンに値をバインディング ターゲットに転送しないように指示する場合は、 内のPriorityBindingBindingの 値に移動しないようにするか、 または 既定値を使用FallBackValueしないように指示します。

適用対象