FeatureSupport::IsPresent Method (String^, String^)

 

Determines whether any version of the specified feature is installed in the system. This method is static.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static bool IsPresent(
	String^ featureClassName,
	String^ featureConstName
)

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

true 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
Return to top
Show: