IVsPersistDocData::IsDocDataReloadable Method (Int32)

 

Determines whether the document data can be reloaded.

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

int IsDocDataReloadable(
	[OutAttribute] int% pfReloadable
)

Parameters

pfReloadable
Type: System::Int32

[out] true if the document data can be reloaded.

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 IVsPersistDocData::IsDocDataReloadable(
   [out] BOOL *pfReloadable
);
Return to top
Show: