Share via


CustomXMLSchema.Reload Method

Reloads a schema from a file.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Reload
'Usage
Dim instance As CustomXMLSchema

instance.Reload()
void Reload()

Remarks

Typically, this method is used to update the location of the schema or to determine if the schema is still valid. It is also useful for reloading a schema that frequently changes. If this action is attempted on a schema in a collection that is already validated or tied to a data stream, then the operation is not performed and an error message is displayed.

See Also

Reference

CustomXMLSchema Interface

CustomXMLSchema Members

Microsoft.Office.Core Namespace