- featureClassName
- The fully qualified name of the class to query for information about the specified feature. This class must implement the System.Windows.Forms.IFeatureSupport interface or inherit from a class that implements this interface.
- featureConstName
- The fully qualified name of the feature to look for.
A Version with the version number of the specified feature available on the system; or null if the feature is not installed.
Version numbers consist of three parts: major, minor, and build. Typically, a version number is displayed as "major number.minor number.build number".
See the documentation for the product containing the feature to determine the names to pass to the featureClassName and the featureConstName parameters.