IVsRunningDocumentTable3.IsDocumentDirty(UInt32) Method

Definition

Indicates whether the document has changed since the last save.

public:
 bool IsDocumentDirty(System::UInt32 cookie);
public:
 bool IsDocumentDirty(unsigned int cookie);
bool IsDocumentDirty(unsigned int cookie);
public bool IsDocumentDirty (uint cookie);
abstract member IsDocumentDirty : uint32 -> bool
Public Function IsDocumentDirty (cookie As UInteger) As Boolean

Parameters

cookie
UInt32

[in] The document to check.

Returns

true if the document has changed, or false if the document has not changed since the last save.

Applies to