UCOMIMoniker.IsDirty Method

Definition

Checks the object for changes since it was last saved.

public:
 int IsDirty();
public int IsDirty ();
abstract member IsDirty : unit -> int
Public Function IsDirty () As Integer

Returns

An S_OKHRESULT value if the object has changed; otherwise, an S_FALSEHRESULT value.

Remarks

For more information about IPersistStream::IsDirty, see the MSDN Library.

Applies to