System.Windows.Forms.IFeatureSupport

Specifies a standard interface for retrieving feature information from the current system.

See Also: IFeatureSupport Members

Syntax

public interface IFeatureSupport

Remarks

When implemented in a class, System.Windows.Forms.IFeatureSupport provides methods you can use to determine whether a feature is currently installed on the system and to get the version number of a feature. Call IFeatureSupport.IsPresent(object) to determine whether a feature, or a specific version of a feature, is currently installed. Call IFeatureSupport.GetVersionPresent(object) to determine the version number of an installed feature.

See the System.Windows.Forms.FeatureSupport and System.Windows.Forms.OSFeature classes for implementations of this interface.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0