get Method
Returns a read-only XML Document Object Model (DOM) node that contains the <Schema> element.
var objXMLDOMNode = objXMLDOMSchemaCol.get(namespaceURI);
HRESULT get(
BSTR namespaceURI,
IXMLDOMNode** schemaNode
);
General Remarks
This will not necessarily be the same document object provided by the add method, because the add method may have copied the schema. For inline schemas, this will apply directly to the <Schema> node embedded within the document.
This method applies to the following objects and interfaces:
XMLSchemaCache/IXMLDOMSchemaCollection.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.