Share via


IVsPersistDocData.IsDocDataReloadable(Int32) Method

Definition

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.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsPersistDocData::IsDocDataReloadable(  
   [out] BOOL *pfReloadable  
);  

Applies to