IVsPersistDocData2::SetDocDataDirty Method (Int32)

 

Sets the IsDirty flag to true.

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

int SetDocDataDirty(
	int fDirty
)

Parameters

fDirty
Type: System::Int32

[in] Flag indicating that the document data is dirty.

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 IVsPersistDocData2::SetDocDataDirty(
   [in] BOOL fDirty
);
Return to top
Show: