IPersistFileIsDirty Method

Determines whether an object has changed since it was last saved to its current file.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
int IsDirty()

Return Value

Int32
This method returns S_OK to indicate that the object has changed. Otherwise, it returns S_FALSE.

See Also