DocData.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 or not the document data can be reloaded.
public:
virtual int IsDocDataReloadable([Runtime::InteropServices::Out] int % isReloadable);
public virtual int IsDocDataReloadable (out int isReloadable);
abstract member IsDocDataReloadable : int -> int
override this.IsDocDataReloadable : int -> int
Public Overridable Function IsDocDataReloadable (ByRef isReloadable As Integer) As Integer
Parameters
- isReloadable
- Int32
1 if the document can be reloaded.