IVsPersistDocData::IsDocDataDirty Method (Int32)

 

Determines whether the document data has changed since the last save.

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

int IsDocDataDirty(
	[OutAttribute] int% pfDirty
)

Parameters

pfDirty
Type: System::Int32

[out] true if the document data has been changed.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsPersistDocData::IsDocDataDirty(
   [out] BOOL *pfDirty
);
Return to top
Show: