DocData.IsDocDataDirty(Int32) 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.
Determines whether the document data has changed since the last save.
public:
virtual int IsDocDataDirty([Runtime::InteropServices::Out] int % isDirty);
public virtual int IsDocDataDirty (out int isDirty);
abstract member IsDocDataDirty : int -> int
override this.IsDocDataDirty : int -> int
Public Overridable Function IsDocDataDirty (ByRef isDirty As Integer) As Integer
Parameters
- isDirty
- Int32
1 if the document needs to be saved.