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 を返して、何もアクションを実行しないようにバインド エンジンに指示できます。 たとえば、このフィールドを返して、値をバインディング ターゲットに転送しないように、PriorityBinding内の次のBindingに移動しないように、またはFallBackValueまたは既定値を使用しないようにバインド エンジンに指示します。

適用対象