共用方式為


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

適用於