IVsPersistDocData::IsDocDataReloadable Method (Int32)
Visual Studio 2015
Determines whether the document data can be reloaded.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfReloadable
-
Type:
System::Int32
[out] true if the document data can be reloaded.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsPersistDocData::IsDocDataReloadable( [out] BOOL *pfReloadable );
Show: