IVsPersistDocData2.IsDocDataReloadable(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the document data can be reloaded.
public:
int IsDocDataReloadable([Runtime::InteropServices::Out] int % pfReloadable);
int IsDocDataReloadable([Runtime::InteropServices::Out] int & pfReloadable);
public int IsDocDataReloadable (out int pfReloadable);
abstract member IsDocDataReloadable : int -> int
Public Function IsDocDataReloadable (ByRef pfReloadable As Integer) As Integer
Parameters
- pfReloadable
- Int32
[out] true
if the document data can be reloaded.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsPersistDocData2::IsDocDataReloadable(
[out] BOOL *pfReloadable
);