ITextEdit.HasEffectiveChanges 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定编辑是否在非只读区域中进行了更改。
public:
property bool HasEffectiveChanges { bool get(); };
public:
property bool HasEffectiveChanges { bool get(); };
public bool HasEffectiveChanges { get; }
member this.HasEffectiveChanges : bool
Public ReadOnly Property HasEffectiveChanges As Boolean
属性值
如果编辑在非只读区域中发生更改,则为 true; 否则为 false。