Partager via


XMLSchemaReference.Reload Method

Reloads a cached document by resolving the hyperlink to the document and downloading it.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Reload
'Usage
Dim instance As XMLSchemaReference

instance.Reload()
void Reload()

Remarks

This method reloads the document asynchronously; that is, statements following the Reload method in your procedure may execute before the document is actually reloaded. Because of this, you may get unexpected results from using this method in your code.

See Also

Reference

XMLSchemaReference Interface

XMLSchemaReference Members

Microsoft.Office.Interop.Word Namespace