Removes the specified namespace from a collection.
objXMLDOMSchemaCol.remove(namespaceURI);
xmlns
attribute, but it cannot contain entity references. The same white space normalization that occurs on the xmlns
attribute occurs on this argument (that is, leading and trailing white space is trimmed, new lines are converted to spaces, and multiple adjacent white space characters are collapsed into one space).objXMLDOMSchemaCol.remove(namespaceURI)
xmlns
attribute, but it cannot contain entity references. The same white space normalization that occurs on the xmlns
attribute occurs on this argument (that is, leading and trailing white space is trimmed, new lines are converted to spaces, and multiple adjacent white space characters are collapsed into one space).HRESULT remove(BSTR namespaceURI);
This can be any string that can be used in an xmlns
attribute, but it cannot contain entity references. The same white space normalization that occurs on the xmlns
attribute occurs on this argument (that is, leading and trailing white space is trimmed, new lines are converted to spaces, and multiple adjacent white space characters are collapsed into one space).
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.
Applies to: IXMLDOMSchemaCollection/XMLSchemaCache