IPersistFileIsDirty Method
Determines whether an object has changed since it was last saved to its current file.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
int IsDirty()
<PreserveSigAttribute>
Function IsDirty As Integer
Dim instance As IPersistFile
Dim returnValue As Integer
returnValue = instance.IsDirty()
[PreserveSigAttribute]
int IsDirty()
[<PreserveSigAttribute>]
abstract IsDirty : unit -> int
No code example is currently available or this language may not be supported.
Return Value
Int32
This method returns
S_OK to indicate that the object has changed. Otherwise, it returns
S_FALSE.