Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlImplementation::HasFeature Method (String^, String^)

 

Tests if the Document Object Model (DOM) implementation implements a specific feature.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
bool HasFeature(
	String^ strFeature,
	String^ strVersion
)

Parameters

strFeature
Type: System::String^

The package name of the feature to test. This name is not case-sensitive.

strVersion
Type: System::String^

This is 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::Boolean

true if the feature is implemented in the specified version; otherwise, false.

The following table shows the combinations that cause HasFeature to return true.

strFeature

strVersion

XML

1.0

XML

2.0

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft