hasFeature Method
Returns True if the specified version of the implementation supports the specified feature.
boolVal = objXMLDOMImplementation.hasFeature(feature, version);
HRESULT hasFeature(
BSTR feature,
BSTR version,
VARIANT_BOOL* hasFeature
);
General Remarks
This method applies to the following interface:
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.