FeatureSupport::IsPresent Method (String^, String^)
.NET Framework (current version)
Determines whether any version of the specified feature is installed in the system. This method is static.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- featureClassName
-
Type:
System::String^
The fully qualified name of the class to query for information about the specified feature. This class must implement the IFeatureSupport interface or inherit from a class that implements this interface.
- featureConstName
-
Type:
System::String^
The fully qualified name of the feature to look for.
Return Value
Type: System::Booleantrue if the specified feature is present; false if the specified feature is not present or if the product containing the feature is not installed.
See the documentation for the product containing the feature to determine the names to pass to the featureClassName and the featureConstName parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: