次の方法で共有


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使用しないように指示したりします。

適用対象