IVsPersistDocData2::SetDocDataDirty Method (Int32)
Visual Studio 2015
Sets the IsDirty flag to true.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fDirty
-
Type:
System::Int32
[in] Flag indicating that the document data is dirty.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsPersistDocData2::SetDocDataDirty(
[in] BOOL fDirty
);
Show: