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

適用於