Specifies a standard interface for retrieving feature information about the current system.
IFeatureSupport
[Visual Basic] Public Interface IFeatureSupport [C#] public interface IFeatureSupport [C++] public __gc __interface IFeatureSupport
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
FeatureSupport | Provides static (in Visual Basic Shared) methods, and specifies methods for retrieving feature information about the current system. |
When implemented in a class, 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 IsPresent to determine whether a feature, or a specific version of a feature, is currently installed. Call GetVersionPresent to determine the version number of an installed feature.
See the FeatureSupport and OSFeature classes for implementations of this interface.
Namespace: System.WinForms
Assembly: System.WinForms.dll
IFeatureSupport Members | System.WinForms Namespace | FeatureSupport | OSFeature