CustomXMLSchema.Delete Method

Deletes the specified schema from the CustomXMLSchema collection.

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

Syntax

'Declaration
Sub Delete
'Usage
Dim instance As CustomXMLSchema

instance.Delete()
void Delete()

Remarks

If this operation is attempted on a schema in a collection that is already validated or attached 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