This documentation is archived and is not being maintained.
XmlNode::Supports Method
Visual Studio 2010
Test 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
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::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 |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: