IVsRunningDocumentTable3.IsDocumentDirty(UInt32) 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.
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.