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 사용하지 않도록 지시합니다.

적용 대상