BoundPropertyEntry.Generated 属性

定义

获取或设置一个值,该值指示表达式是否由分析器生成。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

true 如果表达式是由分析器生成的,否则,为 false.

适用于