PrecedenceConstraintClass.LogicalAnd プロパティ

定義

複数の制約が連携して動作するかどうかを示す値を取得または設定します。

public:
 virtual property bool LogicalAnd { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(39)]
public virtual bool LogicalAnd { [System.Runtime.InteropServices.DispId(39)] get; [System.Runtime.InteropServices.DispId(39)] set; }
[<System.Runtime.InteropServices.DispId(39)>]
[<get: System.Runtime.InteropServices.DispId(39)>]
[<set: System.Runtime.InteropServices.DispId(39)>]
member this.LogicalAnd : bool with get, set
Public Overridable Property LogicalAnd As Boolean

プロパティ値

複数の制約が連携する場合は true。それ以外の場合は false。

実装

属性

適用対象