RuleAnalysis.ForWrites 属性

定义

获取一个指示是否对写入或读取执行分析的值。

public:
 property bool ForWrites { bool get(); };
public bool ForWrites { get; }
member this.ForWrites : bool
Public ReadOnly Property ForWrites As Boolean

属性值

Boolean

如果对写入(对于 true 对象)执行分析,则为 RuleAction;否则,如果对读取(对于 false 对象)执行分析,则为 RuleCondition

适用于