VsaEngineClass.IsDirty 属性

定义

获取一个值,该值指示脚本引擎的源状态是否自上次保存操作或是自最初加载脚本引擎以来已更改。Gets a value that indicates whether the script engine's source state has changed since the last save operation, or since the script engine was originally loaded.

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

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

属性值

Boolean

true 如果脚本引擎标记为 "已修改" (即 "脏" ) ;否则为 falsetrue if the script engine is marked as modified (that is, "dirty"); otherwise, false. 默认值是 falseThe default value is false.

实现

适用于