ExportView.IsDirty 属性

定义

获取或设置一个值,该值指示该视图是否由于基础元数据更改而需重新创建。

public:
 property bool IsDirty { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsDirty { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

属性值

如果需要重新创建该视图,则为 true;否则为 false

属性

适用于