IVsRunningDocumentTable4::IsDocumentDirty Method (UInt32)

 

Indicates whether the document has changed since the last save.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

bool IsDocumentDirty(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

[in] The document to check.

Return Value

Type: System::Boolean

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

Return to top
Show: