Tests if the DOM implementation implements a specific feature.
Syntax
Parameters
- feature
-
The package name of the feature to test. This name is not case-sensitive. - version
-
The version number of the package name to test. If the version is not specified (null), supporting any version of the feature causes the method to return true.
Returns
true if the feature is implemented in the specified version; otherwise, false. The following table describes the combinations that return true.
Remarks
Requirements
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0