Edit

Share via


CustomXMLSchema.Delete Method

Definition

Deletes the specified schema from the CustomXMLSchema collection.

public:
 void Delete();
public void Delete ();
abstract member Delete : unit -> unit
Public Sub 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.

Applies to