IVsRunningDocumentTable3::IsDocumentDirty Method (UInt32)
Visual Studio 2015
Indicates whether the document has changed since the last save.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- cookie
-
Type:
System::UInt32
[in] The document to check.
Return Value
Type: System::Booleantrue if the document has changed, or false if the document has not changed since the last save.
Show: