XmlNode::Supports Method (String^, String^)
.NET Framework (current version)
Tests if the DOM implementation implements a specific feature.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- feature
-
Type:
System::String^
The package name of the feature to test. This name is not case-sensitive.
- version
-
Type:
System::String^
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.
Return Value
Type: System::Booleantrue if the feature is implemented in the specified version; otherwise, false. The following table describes the combinations that return true.
Feature | Version |
|---|---|
XML | 1.0 |
XML | 2.0 |
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: