ConditionalEventArgs.Result 속성

정의

평가 결과를 CodeCondition 가져오거나 설정합니다.

public:
 property bool Result { bool get(); void set(bool value); };
public bool Result { get; set; }
member this.Result : bool with get, set
Public Property Result As Boolean

속성 값

true조건의 결과가 true이면 이고, 그렇지 않으면 . false

적용 대상