ITextDocument.UpdateDirtyState(Boolean, DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the IsDirty and LastContentModifiedTime properties.
public:
void UpdateDirtyState(bool isDirty, DateTime lastContentModifiedTime);
public void UpdateDirtyState (bool isDirty, DateTime lastContentModifiedTime);
abstract member UpdateDirtyState : bool * DateTime -> unit
Public Sub UpdateDirtyState (isDirty As Boolean, lastContentModifiedTime As DateTime)
Parameters
- lastContentModifiedTime
- DateTime
The new value for LastContentModifiedTime.
Exceptions
This object has been disposed.
This object is in the middle of raising events.